EnterpriseCrmEventbusProtoValueTypeResponse

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

constructor(booleanValue: Boolean, doubleArray: EnterpriseCrmEventbusProtoDoubleArrayResponse, doubleValue: Double, intArray: EnterpriseCrmEventbusProtoIntArrayResponse, intValue: String, protoValue: Map<String, String>, stringArray: EnterpriseCrmEventbusProtoStringArrayResponse, stringValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard