@JsonClass(true) data class Awarding : Thing, Parcelable
<init> |
Awarding(id: String, fullname: String, awardType: String, count: Int, coinPrice: Int, coinReward: Int, description: String, iconUrl: String, iconWidth: Int, iconHeight: Int, resizedIcons: List<ImageDetail>, staticIconUrl: String, staticIconWidth: Int, staticIconHeight: Int, resizedStaticIcons: List<ImageDetail>, isEnabled: Boolean) |
awardType |
val awardType: String |
coinPrice |
val coinPrice: Int |
coinReward |
val coinReward: Int |
count |
val count: Int |
description |
val description: String |
fullname |
Fullname of the item, e.g. "t1_c3v7f8u" val fullname: String |
iconHeight |
val iconHeight: Int |
iconUrl |
val iconUrl: String |
iconWidth |
val iconWidth: Int |
id |
this item identifier, e.g. "8xwlg" val id: String |
isEnabled |
val isEnabled: Boolean |
resizedIcons |
val resizedIcons: List<ImageDetail> |
resizedStaticIcons |
val resizedStaticIcons: List<ImageDetail> |
staticIconHeight |
val staticIconHeight: Int |
staticIconUrl |
val staticIconUrl: String |
staticIconWidth |
val staticIconWidth: Int |