View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMap (google_api_integrations v0.12.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.EnterpriseCrmFrontendsEventbusProtoParameterMapEntry.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
@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMap{ entries: [ GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterMapEntry.t() ] | nil, keyType: String.t() | nil, valueType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.