VMECategories

@Serializable
data class VMECategories(categories: Map<String, VMECategory>)

Represents a map of VMECategory associated with there id

Since

1.10

Constructors

Link copied to clipboard
fun VMECategories(categories: Map<String, VMECategory>)

Properties

Link copied to clipboard
val categories: Map<String, VMECategory>