View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterMapField (google_api_integrations v0.10.1)
Field represents either the key or value in an entry.
Attributes
-
literalValue
(type:GoogleApi.Integrations.V1.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
@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterMapField{ literalValue: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterValueType.t() | nil, referenceKey: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.