@JsonClass(true) class Gildings : Parcelable
This class represents the amount of silver, gold and platinum that a contribution has, given by users.
Gildings might be null, even if the object exists.
<init> |
This class represents the amount of silver, gold and platinum that a contribution has, given by users. Gildings(silverCount: Short?, goldCount: Short?, platinumCount: Short?) |
goldCount |
gold count. val goldCount: Short? |
platinumCount |
platinum count. val platinumCount: Short? |
silverCount |
silver count. val silverCount: Short? |
hasGildings |
fun hasGildings(): Boolean |