View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoPropertyEntry (google_api_integrations v0.11.0)

Key-value pair of EventBus property.

Attributes

  • key (type: String.t, default: nil) - 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.
  • value (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoValueType.t, default: nil) - Values for the defined keys. Each value can either be string, int, double or any proto message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoPropertyEntry{
  key: String.t() | nil,
  value:
    GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoValueType.t()
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.