EnterpriseCrmEventbusProtoParameterValueTypeArgs

data class EnterpriseCrmEventbusProtoParameterValueTypeArgs(val booleanArray: Output<EnterpriseCrmEventbusProtoBooleanParameterArrayArgs>? = null, val booleanValue: Output<Boolean>? = null, val doubleArray: Output<EnterpriseCrmEventbusProtoDoubleParameterArrayArgs>? = null, val doubleValue: Output<Double>? = null, val intArray: Output<EnterpriseCrmEventbusProtoIntParameterArrayArgs>? = null, val intValue: Output<String>? = null, val protoArray: Output<EnterpriseCrmEventbusProtoProtoParameterArrayArgs>? = null, val protoValue: Output<Map<String, String>>? = null, val serializedObjectValue: Output<EnterpriseCrmEventbusProtoSerializedObjectParameterArgs>? = null, val stringArray: Output<EnterpriseCrmEventbusProtoStringParameterArrayArgs>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoParameterValueTypeArgs>

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

Constructors

fun EnterpriseCrmEventbusProtoParameterValueTypeArgs(booleanArray: Output<EnterpriseCrmEventbusProtoBooleanParameterArrayArgs>? = null, booleanValue: Output<Boolean>? = null, doubleArray: Output<EnterpriseCrmEventbusProtoDoubleParameterArrayArgs>? = null, doubleValue: Output<Double>? = null, intArray: Output<EnterpriseCrmEventbusProtoIntParameterArrayArgs>? = null, intValue: Output<String>? = null, protoArray: Output<EnterpriseCrmEventbusProtoProtoParameterArrayArgs>? = null, protoValue: Output<Map<String, String>>? = null, serializedObjectValue: Output<EnterpriseCrmEventbusProtoSerializedObjectParameterArgs>? = null, stringArray: Output<EnterpriseCrmEventbusProtoStringParameterArrayArgs>? = null, stringValue: Output<String>? = null)

Functions

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

Properties

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