Variable
class Variable
An instance of a variable to be passed to the containerAction
execution. Each variable must have a name and a value given by one of stringValue
, datasetContentVersionValue
, or outputFileUriValue
.
Types
Properties
Link copied to clipboard
The value of the variable as a structure that specifies a dataset content version.
Link copied to clipboard
The value of the variable as a double (numeric).
Link copied to clipboard
The value of the variable as a structure that specifies an output file URI.
Link copied to clipboard
The value of the variable as a string.