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