View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterMap (google_api_integrations v0.14.0)

A generic multi-map that holds key value pairs. They keys and values can be of any type, unless specified.

Attributes

  • entries (type: list(GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterMapEntry.t), default: nil) -
  • keyType (type: String.t, default: nil) - Option to specify key value type for all entries of the map. If provided then field types for all entries must conform to this.
  • valueType (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterMap{
  entries:
    [
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterMapEntry.t()
    ]
    | nil,
  keyType: String.t() | nil,
  valueType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.