View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoValueType (google_api_integrations v0.10.0)
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.V1alpha.Model.EnterpriseCrmEventbusProtoDoubleArray.t, default:nil) - -
doubleValue(type:float(), default:nil) - -
intArray(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoIntArray.t, default:nil) - -
intValue(type:String.t, default:nil) - -
protoValue(type:map(), default:nil) - -
stringArray(type:GoogleApi.Integrations.V1alpha.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.V1alpha.Model.EnterpriseCrmEventbusProtoValueType{ booleanValue: boolean() | nil, doubleArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoDoubleArray.t() | nil, doubleValue: float() | nil, intArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoIntArray.t() | nil, intValue: String.t() | nil, protoValue: map() | nil, stringArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoStringArray.t() | nil, stringValue: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.