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