inputVariables property

List<UnitVariable>? inputVariables
getter/setter pair

List of input variables declared on the blueprint and can be present with their values on the unit spec

Optional. Output only.

Implementation

core.List<UnitVariable>? inputVariables;