EnterpriseCrmEventbusProtoValueTypeArgs

data class EnterpriseCrmEventbusProtoValueTypeArgs(val booleanValue: Output<Boolean>? = null, val doubleArray: Output<EnterpriseCrmEventbusProtoDoubleArrayArgs>? = null, val doubleValue: Output<Double>? = null, val intArray: Output<EnterpriseCrmEventbusProtoIntArrayArgs>? = null, val intValue: Output<String>? = null, val protoValue: Output<Map<String, String>>? = null, val stringArray: Output<EnterpriseCrmEventbusProtoStringArrayArgs>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoValueTypeArgs>

Used for define type for values. Currently supported value types include int, string, double, array, and any proto message.

Constructors

Link copied to clipboard
constructor(booleanValue: Output<Boolean>? = null, doubleArray: Output<EnterpriseCrmEventbusProtoDoubleArrayArgs>? = null, doubleValue: Output<Double>? = null, intArray: Output<EnterpriseCrmEventbusProtoIntArrayArgs>? = null, intValue: Output<String>? = null, protoValue: Output<Map<String, String>>? = null, stringArray: Output<EnterpriseCrmEventbusProtoStringArrayArgs>? = null, stringValue: Output<String>? = null)

Properties

Link copied to clipboard
val booleanValue: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val doubleValue: Output<Double>? = null
Link copied to clipboard
Link copied to clipboard
val intValue: Output<String>? = null
Link copied to clipboard
val protoValue: Output<Map<String, String>>? = null
Link copied to clipboard
Link copied to clipboard
val stringValue: Output<String>? = null

Functions

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