Event

data class Event(val type: String, val value: String) : Parcelable

Constructors

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

Properties

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