View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterEntry (google_api_integrations v0.12.1)

Key-value pair of EventBus parameters.

Attributes

  • key (type: String.t, default: nil) - Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
  • masked (type: boolean(), default: nil) - True if this parameter should be masked in the logs
  • value (type: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterValueType.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

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterEntry{
    key: String.t() | nil,
    masked: boolean() | nil,
    value:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterValueType.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.