Gallery

@Serializable
data class Gallery(val eliseStep: Int? = null, val securedTrophies: List<SecuredTrophy>? = null, val sentTrophyDialogues: List<String>? = null)

Constructors

Link copied to clipboard
constructor(eliseStep: Int? = null, securedTrophies: List<SecuredTrophy>? = null, sentTrophyDialogues: List<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "elise_step")
val eliseStep: Int? = null
Link copied to clipboard
@SerialName(value = "secured_trophies")
val securedTrophies: List<SecuredTrophy>? = null
Link copied to clipboard
@SerialName(value = "sent_trophy_dialogues")
val sentTrophyDialogues: List<String>? = null