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

CommentListing

@JsonClass(true) data class CommentListing : Listing<EnvelopedComment>, Parcelable

Constructors

<init>

CommentListing(modhash: String?, dist: Int?, children: List<EnvelopedComment>, after: String?, before: String?)

Properties

after

val after: String?

before

val before: String?

children

val children: List<EnvelopedComment>

dist

val dist: Int?

modhash

val modhash: String?