EnterpriseCrmEventbusProtoPropertyEntryArgs

data class EnterpriseCrmEventbusProtoPropertyEntryArgs(val key: Output<String>? = null, val value: Output<EnterpriseCrmEventbusProtoValueTypeArgs>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoPropertyEntryArgs>

Key-value pair of EventBus property.

Constructors

constructor(key: Output<String>? = null, value: Output<EnterpriseCrmEventbusProtoValueTypeArgs>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null

Key is used to retrieve the corresponding property value. This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.

Link copied to clipboard

Values for the defined keys. Each value can either be string, int, double or any proto message.

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmEventbusProtoPropertyEntryArgs