Collection

@Serializable
data class Collection(val name: String? = null, val items: Map<String, CollectionItem>? = null)

List of all collections.

Constructors

Link copied to clipboard
constructor(name: String? = null, items: Map<String, CollectionItem>? = null)

Properties

Link copied to clipboard

List of collection items for the skill.

Link copied to clipboard
val name: String? = null

Skill name of the collection.