TemplateVariableMetadata

Contains metadata about a template variable.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default value for the variable.

Link copied to clipboard

A description of the variable.

Link copied to clipboard

The maximum length for string variables.

Link copied to clipboard

The maximum value for numeric variables.

Link copied to clipboard

The minimum value for numeric variables.

Link copied to clipboard

The regex pattern the variable value must match.

Link copied to clipboard

Whether the variable is required.

Link copied to clipboard

A sample value for the variable.

Link copied to clipboard

The source of the variable, either CUSTOMER or SYSTEM.

Link copied to clipboard

The type of the variable.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String