lib / com.kirkbushman.araw.http.listings / SubredditListing

SubredditListing

@JsonClass(true) data class SubredditListing : Listing<EnvelopedSubreddit>, Parcelable

Constructors

<init>

SubredditListing(modhash: String?, dist: Int?, children: List<EnvelopedSubreddit>, after: String?, before: String?)

Properties

after

val after: String?

before

val before: String?

children

val children: List<EnvelopedSubreddit>

dist

val dist: Int?

modhash

val modhash: String?