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