variables property
The values of variables used in the context of the execution of the
containerized application (basically, parameters passed to the application).
Each variable must have a name and a value given by one of
stringValue
, datasetContentVersionValue
, or
outputFileUriValue
.
Implementation
final List<Variable>? variables;