Enterprise Crm Eventbus Proto Parameter Entry Args
data class EnterpriseCrmEventbusProtoParameterEntryArgs(val key: Output<String>? = null, val value: Output<EnterpriseCrmEventbusProtoParameterValueTypeArgs>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoParameterEntryArgs>
Key-value pair of EventBus parameters.
Constructors
Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<EnterpriseCrmEventbusProtoParameterValueTypeArgs>? = null)