View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoEventParameters (google_api_integrations v0.8.0)

LINT.IfChange This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Please see

Attributes

  • parameters (type: list(GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterEntry.t), default: nil) - Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoEventParameters{
    parameters:
      [
        GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterEntry.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.