Starterpack
data class Starterpack(val name: String, val description: String? = null, val descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), val list: AtUri, val feeds: ReadOnlyList<StarterpackFeedItem> = persistentListOf(), val createdAt: Timestamp)
Parameters
name
Display name for starter pack; can not be empty.
list
Reference (AT-URI) to the list record.
Constructors
Link copied to clipboard
constructor(name: String, description: String? = null, descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), list: AtUri, feeds: ReadOnlyList<StarterpackFeedItem> = persistentListOf(), createdAt: Timestamp)