Leveling

@Serializable
data class Leveling(val experience: Int? = null, val completions: Map<String, Int>? = null, val completedTasks: List<String>? = null, val highestPetScore: Int? = null, val miningFiestaOresMined: Int? = null, val migrated: Boolean? = null, val migratedCompletionsV2: Boolean? = null, val claimedTalisman: Boolean? = null, val bopBonus: String? = null, val emblemUnlocks: List<String>? = null, val categoryExpanded: Boolean? = null, val fishingFestivalSharksKilled: Int? = null, val taskSort: String? = null, val lastViewedTasks: List<String>? = null, val selectedSymbol: String? = null)

Constructors

Link copied to clipboard
constructor(experience: Int? = null, completions: Map<String, Int>? = null, completedTasks: List<String>? = null, highestPetScore: Int? = null, miningFiestaOresMined: Int? = null, migrated: Boolean? = null, migratedCompletionsV2: Boolean? = null, claimedTalisman: Boolean? = null, bopBonus: String? = null, emblemUnlocks: List<String>? = null, categoryExpanded: Boolean? = null, fishingFestivalSharksKilled: Int? = null, taskSort: String? = null, lastViewedTasks: List<String>? = null, selectedSymbol: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "bop_bonus")
val bopBonus: String? = null
Link copied to clipboard
@SerialName(value = "category_expanded")
val categoryExpanded: Boolean? = null
Link copied to clipboard
@SerialName(value = "claimed_talisman")
val claimedTalisman: Boolean? = null
Link copied to clipboard
@SerialName(value = "completed_tasks")
val completedTasks: List<String>? = null
Link copied to clipboard
val completions: Map<String, Int>? = null
Link copied to clipboard
@SerialName(value = "emblem_unlocks")
val emblemUnlocks: List<String>? = null
Link copied to clipboard
val experience: Int? = null
Link copied to clipboard
@SerialName(value = "fishing_festival_sharks_killed")
val fishingFestivalSharksKilled: Int? = null
Link copied to clipboard
@SerialName(value = "highest_pet_score")
val highestPetScore: Int? = null
Link copied to clipboard
@SerialName(value = "last_viewed_tasks")
val lastViewedTasks: List<String>? = null
Link copied to clipboard
val migrated: Boolean? = null
Link copied to clipboard
@SerialName(value = "migrated_completions_2")
val migratedCompletionsV2: Boolean? = null
Link copied to clipboard
@SerialName(value = "mining_fiesta_ores_mined")
val miningFiestaOresMined: Int? = null
Link copied to clipboard
@SerialName(value = "selected_symbol")
val selectedSymbol: String? = null
Link copied to clipboard
@SerialName(value = "task_sort")
val taskSort: String? = null