OptionDescription

@Serializable
data class OptionDescription(val name: String, val type: Type)

Constructors

Link copied to clipboard
constructor(name: String, type: Type)

Properties

Link copied to clipboard
Link copied to clipboard
val type: Type