data class SlayerQuest(val type: String? = null, val tier: Int? = null, val startTimestamp: Long? = null, val completionState: Int? = null, val usedArmor: Boolean? = null, val solo: Boolean? = null, val combatXp: Int? = null, val recentMobKills: List<RecentMobKill>? = null, val lastKilledMobIsland: String? = null, val spawnTimestamp: Long? = null)