OngoingSlayerQuest

@Serializable
data class OngoingSlayerQuest(val type: String? = null, val tier: Int? = null, val startTimestamp: Long? = null, val completionState: Int? = null, val usedArmor: Boolean? = null, val solo: Boolean? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, tier: Int? = null, startTimestamp: Long? = null, completionState: Int? = null, usedArmor: Boolean? = null, solo: Boolean? = null)

Properties

Link copied to clipboard
@SerialName(value = "completion_state")
val completionState: Int? = null
Link copied to clipboard
val solo: Boolean? = null
Link copied to clipboard
@SerialName(value = "start_timestamp")
val startTimestamp: Long? = null
Link copied to clipboard
val tier: Int? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
@SerialName(value = "used_armor")
val usedArmor: Boolean? = null