Starterpack

data class Starterpack(    val name: String,     val description: String? = null,     val descriptionFacets: List<Facet> = emptyList(),     val list: AtUri,     val feeds: List<StarterpackFeedItem> = emptyList(),     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: List<Facet> = emptyList(),     list: AtUri,     feeds: List<StarterpackFeedItem> = emptyList(),     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.