EnterpriseCrmEventbusProtoPropertyEntryResponse

Key-value pair of EventBus property.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

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.