GiftedMeta

@Serializable
data class GiftedMeta(val ranksGiven: Int? = null, val rankgiftingmilestones: List<String>? = null)

Constructors

Link copied to clipboard
constructor(ranksGiven: Int? = null, rankgiftingmilestones: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val ranksGiven: Int? = null