DescriptorVariables

data class DescriptorVariables(val properties: List<Variable> = listOf(), val hasOrder: Boolean = false)

Constructors

Link copied to clipboard
constructor(properties: List<Variable> = listOf(), hasOrder: Boolean = false)

Properties

Link copied to clipboard
val hasOrder: Boolean = false
Link copied to clipboard

Functions

Link copied to clipboard