ConfigSchema

@Serializable
data class ConfigSchema(val title: String, val description: String? = null, val sections: List<ConfigSection>)

Constructors

Link copied to clipboard
constructor(title: String, description: String? = null, sections: List<ConfigSection>)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
fun toJson(): String