Payload

data class Payload(    val playServiceId: String,     val token: String,     val receivedTime: String?,     val playStackControl: PlayStackControl?)

Constructors

Link copied to clipboard
fun Payload(    playServiceId: String,     token: String,     receivedTime: String?,     playStackControl: PlayStackControl?)

Properties

Link copied to clipboard
@SerializedName(value = "playServiceId")
val playServiceId: String
Link copied to clipboard
@SerializedName(value = "playStackControl")
val playStackControl: PlayStackControl?
Link copied to clipboard
@SerializedName(value = "receivedTime")
val receivedTime: String?
Link copied to clipboard
@SerializedName(value = "token")
val token: String