GoogleCloudIntegrationsV1alphaValueTypeArgs

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

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)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIntegrationsV1alphaValueTypeArgs

Properties

Link copied to clipboard
Link copied to clipboard
val booleanValue: Output<Boolean>? = null

Boolean.

Link copied to clipboard
Link copied to clipboard
val doubleValue: Output<Double>? = null

Double Number.

Link copied to clipboard
Link copied to clipboard
val intValue: Output<String>? = null

Integer.

Link copied to clipboard
val jsonValue: Output<String>? = null

Json.

Link copied to clipboard
Link copied to clipboard
val stringValue: Output<String>? = null

String.