List

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

Parameters

purpose

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

name

Display name for list; can not be empty.

Constructors

Link copied to clipboard
constructor(    purpose: Token,     name: String,     description: String? = null,     descriptionFacets: List<Facet> = emptyList(),     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)