lib / com.kirkbushman.araw.models / WikiPageList

WikiPageList

@JsonClass(true) data class WikiPageList : Parcelable

An enveloped list of strings, that represents the wiki page titles.

Constructors

<init>

An enveloped list of strings, that represents the wiki page titles.

WikiPageList(kind: EnvelopeKind, data: List<String>)

Properties

data

val data: List<String>

kind

val kind: EnvelopeKind