View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMapEntry (google_api_integrations v0.12.1)

Entry is a pair of key and value.

Attributes

  • key (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMapField.t, default: nil) -
  • value (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMapField.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMapEntry{
    key:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMapField.t()
      | nil,
    value:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMapField.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.