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)

Properties

Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val list: AtUri

Reference (AT-URI) to the list record.

Link copied to clipboard

Display name for starter pack; can not be empty.