lib / com.kirkbushman.araw.models / Awarding / <init>

<init>

Awarding(@Json("id") id: String, @Json("name") fullname: String, @Json("award_type") awardType: String, @Json("count") count: Int, @Json("coin_price") coinPrice: Int, @Json("coin_reward") coinReward: Int, @Json("description") description: String, @Json("icon_url") iconUrl: String, @Json("icon_width") iconWidth: Int, @Json("icon_height") iconHeight: Int, @Json("resized_icons") resizedIcons: List<ImageDetail>, @Json("static_icon_url") staticIconUrl: String, @Json("static_icon_width") staticIconWidth: Int, @Json("static_icon_height") staticIconHeight: Int, @Json("resized_static_icons") resizedStaticIcons: List<ImageDetail>, @Json("is_enabled") isEnabled: Boolean)