Studio Component Script Parameter Key Value
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.