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

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