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

ContributionListing

@JsonClass(true) data class ContributionListing : Listing<EnvelopedContribution>, Parcelable

Constructors

<init>

ContributionListing(modhash: String?, dist: Int?, children: List<EnvelopedContribution>, after: String?, before: String?)

Properties

after

val after: String?

before

val before: String?

children

val children: List<EnvelopedContribution>

dist

val dist: Int?

modhash

val modhash: String?