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

Field represents either the key or value in an entry.

Attributes

  • literalValue (type: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterValueType.t, default: nil) - Passing a literal value.
  • referenceKey (type: String.t, default: nil) - Referencing one of the WF variables.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterMapField{
    literalValue:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterValueType.t()
      | nil,
    referenceKey: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.