//core/com.kustomer.core.models.chat/KusMllSelection
[androidJvm]
@JsonClass(generateAdapter = true)
data class KusMllSelection(val fullPath: String = "", val displayName: String = "") : Parcelable
| KusMllSelection | [androidJvm] constructor(fullPath: String = "", displayName: String = "") |
| Name | Summary |
|---|---|
| displayName | [androidJvm] val displayName: String |
| fullPath | [androidJvm] val fullPath: String |