View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoValueType (google_api_integrations v0.12.1)
Used for define type for values. Currently supported value types include int, string, double, array, and any proto message.
Attributes
-
booleanValue
(type:boolean()
, default:nil
) - -
doubleArray
(type:GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoDoubleArray.t
, default:nil
) - -
doubleValue
(type:float()
, default:nil
) - -
intArray
(type:GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoIntArray.t
, default:nil
) - -
intValue
(type:String.t
, default:nil
) - -
protoValue
(type:map()
, default:nil
) - -
stringArray
(type:GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoStringArray.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.V1.Model.EnterpriseCrmEventbusProtoValueType{ booleanValue: boolean() | nil, doubleArray: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoDoubleArray.t() | nil, doubleValue: float() | nil, intArray: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoIntArray.t() | nil, intValue: String.t() | nil, protoValue: map() | nil, stringArray: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoStringArray.t() | nil, stringValue: String.t() | nil }