@JsonClass(true) data class SubredditSearchItem : Parcelable
<init> |
SubredditSearchItem(activeUserCount: Int?, iconImg: String, keyColor: String, name: String, subscriberCount: Int, allowChatPostCreation: Boolean?, allowImages: Boolean) |
activeUserCount |
val activeUserCount: Int? |
allowChatPostCreation |
val allowChatPostCreation: Boolean? |
allowImages |
val allowImages: Boolean |
iconImg |
val iconImg: String |
keyColor |
val keyColor: String |
name |
val name: String |
subscriberCount |
val subscriberCount: Int |