@JsonClass(true) data class WikiPageList : Parcelable
An enveloped list of strings, that represents the wiki page titles.
<init> |
An enveloped list of strings, that represents the wiki page titles. WikiPageList(kind: EnvelopeKind, data: List<String>) |
data |
val data: List<String> |
kind |
val kind: EnvelopeKind |