Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OrchestrationVariable

The model of a variable for an orchestration resource.

Properties

Optional dataType

dataType: model.OrchestrationVariableTypeEnum

The data type of the variable.

Optional defaultValue

defaultValue: undefined | string

The variable's default value.

Optional description

description: undefined | string

A description of the variable.

Optional hintMessage

hintMessage: undefined | string

A brief textual description that helps to explain the variable.

Optional isMandatory

isMandatory: undefined | false | true

Whether the variable is mandatory.

Optional name

name: undefined | string

The name of the variable.

Functions

getDeserializedJsonObj

getJsonObj