TakeoverData

@Serializable
data class TakeoverData(val hasRequestedTakeover: Boolean?, val takeOver: Boolean?, val avatar: String?, val name: String?, val supportsAttachments: Boolean?, val handoverQueuePosition: Int?, val handoverWaitTimeEstimate: Int?)

Constructors

Link copied to clipboard
constructor(hasRequestedTakeover: Boolean?, takeOver: Boolean?, avatar: String?, name: String?, supportsAttachments: Boolean?, handoverQueuePosition: Int?, handoverWaitTimeEstimate: Int?)

Properties

Link copied to clipboard
@SerialName(value = "avatar")
val avatar: String?
Link copied to clipboard
@SerialName(value = "handover_queue_position")
val handoverQueuePosition: Int?
Link copied to clipboard
@SerialName(value = "handover_wait_time_estimate")
val handoverWaitTimeEstimate: Int?
Link copied to clipboard
@SerialName(value = "has_requested_takeover")
val hasRequestedTakeover: Boolean?
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "name")
val name: String?
Link copied to clipboard
@SerialName(value = "supports_attachment")
val supportsAttachments: Boolean?
Link copied to clipboard
@SerialName(value = "taken_over")
val takeOver: Boolean?