BlockNumberPayload

data class BlockNumberPayload(    val playServiceId: String,     val number: String,     val blockType: BlockType)

Constructors

Link copied to clipboard
fun BlockNumberPayload(    playServiceId: String,     number: String,     blockType: BlockType)

Properties

Link copied to clipboard
@SerializedName(value = "blockType")
val blockType: BlockType
Link copied to clipboard
@SerializedName(value = "number")
val number: String
Link copied to clipboard
@SerializedName(value = "playServiceId")
val playServiceId: String