View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoEventBusProperties (google_api_integrations v0.13.0)

LINT.IfChange This message is used for storing key value pair properties for each Event / Task in the EventBus.

Attributes

  • properties (type: list(GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoPropertyEntry.t), default: nil) - An unordered list of property entries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoEventBusProperties{
    properties:
      [
        GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoPropertyEntry.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.