View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoParameterValueType (google_api_integrations v0.10.0)
To support various types of parameter values. Next available id: 14
Attributes
-
booleanArray(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray.t, default:nil) - -
booleanValue(type:boolean(), default:nil) - -
doubleArray(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoDoubleParameterArray.t, default:nil) - -
doubleValue(type:float(), default:nil) - -
intArray(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoIntParameterArray.t, default:nil) - -
intValue(type:String.t, default:nil) - -
jsonValue(type:String.t, default:nil) - -
protoArray(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoProtoParameterArray.t, default:nil) - -
protoValue(type:map(), default:nil) - -
serializedObjectValue(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameter.t, default:nil) - -
stringArray(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoStringParameterArray.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.EnterpriseCrmFrontendsEventbusProtoParameterValueType{ booleanArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray.t() | nil, booleanValue: boolean() | nil, doubleArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoDoubleParameterArray.t() | nil, doubleValue: float() | nil, intArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoIntParameterArray.t() | nil, intValue: String.t() | nil, jsonValue: String.t() | nil, protoArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoProtoParameterArray.t() | nil, protoValue: map() | nil, serializedObjectValue: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameter.t() | nil, stringArray: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoStringParameterArray.t() | nil, stringValue: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.