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