@JsonClass(true) data class SubredditListing : Listing<EnvelopedSubreddit>, Parcelable
<init> |
SubredditListing(modhash: String?, dist: Int?, children: List<EnvelopedSubreddit>, after: String?, before: String?) |
after |
val after: String? |
before |
val before: String? |
children |
val children: List<EnvelopedSubreddit> |
dist |
val dist: Int? |
modhash |
val modhash: String? |