List

constructor(    purpose: Token,     name: String,     description: String? = null,     descriptionFacets: List<Facet> = emptyList(),     avatar: Blob? = null,     labels: ListLabelsUnion? = null,     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.