List View
data class ListView(val uri: AtUri, val cid: Cid, val creator: ProfileView, val name: String, val purpose: Token, val description: String? = null, val descriptionFacets: List<Facet> = emptyList(), val avatar: Uri? = null, val listItemCount: Long? = null, val labels: List<Label> = emptyList(), val viewer: ListViewerState? = null, val indexedAt: Timestamp)
Constructors
Link copied to clipboard
constructor(uri: AtUri, cid: Cid, creator: ProfileView, name: String, purpose: Token, description: String? = null, descriptionFacets: List<Facet> = emptyList(), avatar: Uri? = null, listItemCount: Long? = null, labels: List<Label> = emptyList(), viewer: ListViewerState? = null, indexedAt: Timestamp)