StudioComponentScriptParameterKeyValue

data class StudioComponentScriptParameterKeyValue(val key: String? = null, val value: String? = null)

A parameter for a studio component script, in the form of a key:value pair.

Constructors

Link copied to clipboard
constructor(key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

A script parameter key.

Link copied to clipboard
val value: String? = null

A script parameter value.