lib / com.kirkbushman.araw.models / Subreddit / <init>
<init>
Subreddit(@Json("id") id: String, @Json("name") fullname: String, @Json("accounts_active") accountsActive: Int?, @Json("accounts_active_is_fuzzed") accountsActiveIsFuzzed: Boolean?, @Json("allow_images") allowImages: Boolean?, @Json("allow_polls") arePollsAllowed: Boolean?, @Json("allow_video") areVideoAllowed: Boolean?, @Json("allow_videogifs") areVideogifsAllowed: Boolean?, @Json("emojis_enabled") areEmojisEnabled: Boolean?, @Json("spoilers_enabled") areSpoilersEnabled: Boolean, @Json("community_icon") : String?, @Json("created") created: Long, @Json("created_utc") createdUtc: Long, @Json("description") description: String?, @Json("description_html") descriptionHtml: String?, @Json("display_name") displayName: String, @Json("display_name_prefixed") displayNamePrefixed: String, @Json("header_img") : String?, @Json("header_size") : List<Int>?, @Json("header_title") : String?, @Json("icon_img") iconImg: String?, @Json("icon_size") iconImgSize: List<Int>?, @Json("user_is_banned") isBanned: Boolean?, @Json("user_is_contributor") isContributor: Boolean?, @Json("user_is_moderator") isModerator: Boolean?, @Json("user_is_muted") isMuted: Boolean?, @Json("quarantine") isQuarantined: Boolean?, @Json("is_crosspostable_subreddit") isSubredditCrosspostable: Boolean?, @Json("user_is_subscriber") isSubscriber: Boolean?, @Json("wiki_enabled") isWikiEnabled: Boolean?, @Json("lang") lang: String, @Json("over18") over18: Boolean, @Json("public_description") publicDescription: String, @Json("public_description_html") publicDescriptionHtml: String?, @Json("subreddit_type") subredditType: String, @Json("subscribers") subscribers: Int, @Json("title") title: String, @Json("url") url: String)