InstantMessage

data class InstantMessage(val type: String?, val value: String, val label: String?) : Parcelable

Constructors

Link copied to clipboard
constructor(type: String?, value: String, label: String?)

Properties

Link copied to clipboard
@SerializedName(value = "label")
val label: String?
Link copied to clipboard
@SerializedName(value = "type")
val type: String?
Link copied to clipboard
@SerializedName(value = "value")
val value: String