View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaValueType (google_api_integrations v0.12.0)
The type of the parameter.
Attributes
-
booleanArray
(type:GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaBooleanParameterArray.t
, default:nil
) - Boolean Array. -
booleanValue
(type:boolean()
, default:nil
) - Boolean. -
doubleArray
(type:GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaDoubleParameterArray.t
, default:nil
) - Double Number Array. -
doubleValue
(type:float()
, default:nil
) - Double Number. -
intArray
(type:GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntParameterArray.t
, default:nil
) - Integer Array. -
intValue
(type:String.t
, default:nil
) - Integer. -
jsonValue
(type:String.t
, default:nil
) - Json. -
stringArray
(type:GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaStringParameterArray.t
, default:nil
) - String Array. -
stringValue
(type:String.t
, default:nil
) - String.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaValueType{ booleanArray: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaBooleanParameterArray.t() | nil, booleanValue: boolean() | nil, doubleArray: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaDoubleParameterArray.t() | nil, doubleValue: float() | nil, intArray: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaIntParameterArray.t() | nil, intValue: String.t() | nil, jsonValue: String.t() | nil, stringArray: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaStringParameterArray.t() | nil, stringValue: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.