Enterprise Crm Eventbus Proto Value Type Response
data class EnterpriseCrmEventbusProtoValueTypeResponse(val booleanValue: Boolean, val doubleArray: EnterpriseCrmEventbusProtoDoubleArrayResponse, val doubleValue: Double, val intArray: EnterpriseCrmEventbusProtoIntArrayResponse, val intValue: String, val protoValue: Map<String, String>, val stringArray: EnterpriseCrmEventbusProtoStringArrayResponse, val stringValue: String)
Used for define type for values. Currently supported value types include int, string, double, array, and any proto message.
Constructors
Link copied to clipboard
fun EnterpriseCrmEventbusProtoValueTypeResponse(booleanValue: Boolean, doubleArray: EnterpriseCrmEventbusProtoDoubleArrayResponse, doubleValue: Double, intArray: EnterpriseCrmEventbusProtoIntArrayResponse, intValue: String, protoValue: Map<String, String>, stringArray: EnterpriseCrmEventbusProtoStringArrayResponse, stringValue: String)