View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterMapEntry (google_api_integrations v0.9.0)

Entry is a pair of key and value.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterMapEntry{
    key:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterMapField.t()
      | nil,
    value:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterMapField.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.