VariableMetadata

data class VariableMetadata(val fieldPath: List<String>, val variableName: String, val required: Boolean, val bound: Boolean = true)

Constructors

Link copied to clipboard
constructor(fieldPath: List<String>, variableName: String, required: Boolean, bound: Boolean = true)

Properties

Link copied to clipboard
val bound: Boolean = true

Whether the command body field is bound

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

path variable name