//core/com.kustomer.core.models.chat/KusCustomAttribute
[androidJvm]
data class KusCustomAttribute(val name: String?, val type: KusCustomAttributeType, val value: Any?)
| KusCustomAttribute | [androidJvm] constructor(name: String?, type: KusCustomAttributeType, value: Any?) |
| Name | Summary |
|---|---|
| name | [androidJvm] val name: String? |
| type | [androidJvm] val type: KusCustomAttributeType |
| value | [androidJvm] val value: Any? |