GoogleCloudChannelV1ValueArgs

data class GoogleCloudChannelV1ValueArgs(val boolValue: Output<Boolean>? = null, val doubleValue: Output<Double>? = null, val int64Value: Output<String>? = null, val protoValue: Output<Map<String, String>>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<GoogleCloudChannelV1ValueArgs>

Data type and value of a parameter.

Constructors

Link copied to clipboard
fun GoogleCloudChannelV1ValueArgs(boolValue: Output<Boolean>? = null, doubleValue: Output<Double>? = null, int64Value: Output<String>? = null, protoValue: Output<Map<String, String>>? = null, stringValue: Output<String>? = null)

Functions

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

Properties

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

Represents a boolean value.

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

Represents a double value.

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

Represents an int64 value.

Link copied to clipboard
val protoValue: Output<Map<String, String>>? = null

Represents an 'Any' proto value.

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

Represents a string value.