JacobsContent

@Serializable
data class JacobsContent(val medalsInv: Map<String, Int>? = null, val perks: Perks? = null, val talked: Boolean? = null, val contents: Map<String, Content>? = null, val uniqueBrackets: Map<String, List<String>>? = null, val migration: Boolean? = null, val personalBests: Map<String, Int>? = null)

Constructors

Link copied to clipboard
constructor(medalsInv: Map<String, Int>? = null, perks: Perks? = null, talked: Boolean? = null, contents: Map<String, Content>? = null, uniqueBrackets: Map<String, List<String>>? = null, migration: Boolean? = null, personalBests: Map<String, Int>? = null)

Properties

Link copied to clipboard
val contents: Map<String, Content>? = null
Link copied to clipboard
@SerialName(value = "medals_inv")
val medalsInv: Map<String, Int>? = null
Link copied to clipboard
val migration: Boolean? = null
Link copied to clipboard
val perks: Perks? = null
Link copied to clipboard
@SerialName(value = "personal_bests")
val personalBests: Map<String, Int>? = null
Link copied to clipboard
val talked: Boolean? = null
Link copied to clipboard
@SerialName(value = "unique_brackets")
val uniqueBrackets: Map<String, List<String>>? = null