customer-android-kotlin

//core/com.kustomer.core.models.chat/KusMllSelection

KusMllSelection

[androidJvm]
@JsonClass(generateAdapter = true)

data class KusMllSelection(val fullPath: String = "", val displayName: String = "") : Parcelable

Constructors

   
KusMllSelection [androidJvm]
fun KusMllSelection(fullPath: String = "", displayName: String = "")

Properties

Name Summary
displayName [androidJvm]
val displayName: String
fullPath [androidJvm]
val fullPath: String