List

data class List(val purpose: Token, val name: String, val description: String? = null, val descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), val avatar: Blob? = null, val labels: ListLabelsUnion? = null, val createdAt: Timestamp)

Constructors

Link copied to clipboard
constructor(purpose: Token, name: String, description: String? = null, descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), avatar: Blob? = null, labels: ListLabelsUnion? = null, createdAt: Timestamp)

Properties

Link copied to clipboard
val avatar: Blob? = null
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
val labels: ListLabelsUnion? = null
Link copied to clipboard

Display name for list; can not be empty.

Link copied to clipboard

Defines the purpose of the list (aka, moderation-oriented or curration-oriented)