Starterpack

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

Properties

Link copied to clipboard
Link copied to clipboard
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.