View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterValueType (google_api_integrations v0.13.0)
LINT.IfChange To support various types of parameter values. Next available id: 14
Attributes
-
booleanArray
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBooleanParameterArray.t
, default:nil
) - -
booleanValue
(type:boolean()
, default:nil
) - -
doubleArray
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoDoubleParameterArray.t
, default:nil
) - -
doubleValue
(type:float()
, default:nil
) - -
intArray
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoIntParameterArray.t
, default:nil
) - -
intValue
(type:String.t
, default:nil
) - -
protoArray
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoProtoParameterArray.t
, default:nil
) - -
protoValue
(type:map()
, default:nil
) - -
serializedObjectValue
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSerializedObjectParameter.t
, default:nil
) - -
stringArray
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoStringParameterArray.t
, default:nil
) - -
stringValue
(type:String.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterValueType{ booleanArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBooleanParameterArray.t() | nil, booleanValue: boolean() | nil, doubleArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoDoubleParameterArray.t() | nil, doubleValue: float() | nil, intArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoIntParameterArray.t() | nil, intValue: String.t() | nil, protoArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoProtoParameterArray.t() | nil, protoValue: map() | nil, serializedObjectValue: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoSerializedObjectParameter.t() | nil, stringArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoStringParameterArray.t() | nil, stringValue: String.t() | nil }