Google Cloud Integrations V1alpha Value Type Args
data class GoogleCloudIntegrationsV1alphaValueTypeArgs(val booleanArray: Output<GoogleCloudIntegrationsV1alphaBooleanParameterArrayArgs>? = null, val booleanValue: Output<Boolean>? = null, val doubleArray: Output<GoogleCloudIntegrationsV1alphaDoubleParameterArrayArgs>? = null, val doubleValue: Output<Double>? = null, val intArray: Output<GoogleCloudIntegrationsV1alphaIntParameterArrayArgs>? = null, val intValue: Output<String>? = null, val jsonValue: Output<String>? = null, val stringArray: Output<GoogleCloudIntegrationsV1alphaStringParameterArrayArgs>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaValueTypeArgs>
The type of the parameter.
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaValueTypeArgs(booleanArray: Output<GoogleCloudIntegrationsV1alphaBooleanParameterArrayArgs>? = null, booleanValue: Output<Boolean>? = null, doubleArray: Output<GoogleCloudIntegrationsV1alphaDoubleParameterArrayArgs>? = null, doubleValue: Output<Double>? = null, intArray: Output<GoogleCloudIntegrationsV1alphaIntParameterArrayArgs>? = null, intValue: Output<String>? = null, jsonValue: Output<String>? = null, stringArray: Output<GoogleCloudIntegrationsV1alphaStringParameterArrayArgs>? = null, stringValue: Output<String>? = null)