EnterpriseCrmFrontendsEventbusProtoParameterValueTypeArgs

data class EnterpriseCrmFrontendsEventbusProtoParameterValueTypeArgs(val booleanArray: Output<EnterpriseCrmFrontendsEventbusProtoBooleanParameterArrayArgs>? = null, val booleanValue: Output<Boolean>? = null, val doubleArray: Output<EnterpriseCrmFrontendsEventbusProtoDoubleParameterArrayArgs>? = null, val doubleValue: Output<Double>? = null, val intArray: Output<EnterpriseCrmFrontendsEventbusProtoIntParameterArrayArgs>? = null, val intValue: Output<String>? = null, val jsonValue: Output<String>? = null, val protoArray: Output<EnterpriseCrmFrontendsEventbusProtoProtoParameterArrayArgs>? = null, val protoValue: Output<Map<String, String>>? = null, val serializedObjectValue: Output<EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameterArgs>? = null, val stringArray: Output<EnterpriseCrmFrontendsEventbusProtoStringParameterArrayArgs>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<EnterpriseCrmFrontendsEventbusProtoParameterValueTypeArgs>

To support various types of parameter values. Next available id: 14

Constructors

fun EnterpriseCrmFrontendsEventbusProtoParameterValueTypeArgs(booleanArray: Output<EnterpriseCrmFrontendsEventbusProtoBooleanParameterArrayArgs>? = null, booleanValue: Output<Boolean>? = null, doubleArray: Output<EnterpriseCrmFrontendsEventbusProtoDoubleParameterArrayArgs>? = null, doubleValue: Output<Double>? = null, intArray: Output<EnterpriseCrmFrontendsEventbusProtoIntParameterArrayArgs>? = null, intValue: Output<String>? = null, jsonValue: Output<String>? = null, protoArray: Output<EnterpriseCrmFrontendsEventbusProtoProtoParameterArrayArgs>? = null, protoValue: Output<Map<String, String>>? = null, serializedObjectValue: Output<EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameterArgs>? = null, stringArray: Output<EnterpriseCrmFrontendsEventbusProtoStringParameterArrayArgs>? = null, stringValue: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val booleanValue: Output<Boolean>? = null
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 jsonValue: Output<String>? = null
Link copied to clipboard
val protoValue: Output<Map<String, String>>? = null
Link copied to clipboard
val stringValue: Output<String>? = null