Enterprise Crm Eventbus Proto Parameter Value Type Response
data class EnterpriseCrmEventbusProtoParameterValueTypeResponse(val booleanArray: EnterpriseCrmEventbusProtoBooleanParameterArrayResponse, val booleanValue: Boolean, val doubleArray: EnterpriseCrmEventbusProtoDoubleParameterArrayResponse, val doubleValue: Double, val intArray: EnterpriseCrmEventbusProtoIntParameterArrayResponse, val intValue: String, val protoArray: EnterpriseCrmEventbusProtoProtoParameterArrayResponse, val protoValue: Map<String, String>, val serializedObjectValue: EnterpriseCrmEventbusProtoSerializedObjectParameterResponse, val stringArray: EnterpriseCrmEventbusProtoStringParameterArrayResponse, val stringValue: String)
LINT.IfChange To support various types of parameter values. Next available id: 14
Constructors
Link copied to clipboard
fun EnterpriseCrmEventbusProtoParameterValueTypeResponse(booleanArray: EnterpriseCrmEventbusProtoBooleanParameterArrayResponse, booleanValue: Boolean, doubleArray: EnterpriseCrmEventbusProtoDoubleParameterArrayResponse, doubleValue: Double, intArray: EnterpriseCrmEventbusProtoIntParameterArrayResponse, intValue: String, protoArray: EnterpriseCrmEventbusProtoProtoParameterArrayResponse, protoValue: Map<String, String>, serializedObjectValue: EnterpriseCrmEventbusProtoSerializedObjectParameterResponse, stringArray: EnterpriseCrmEventbusProtoStringParameterArrayResponse, stringValue: String)