Variable class

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.

Constructors

Variable({required String name, DatasetContentVersionValue? datasetContentVersionValue, double? doubleValue, OutputFileUriValue? outputFileUriValue, String? stringValue})
Variable.fromJson(Map<String, dynamic> json)
factory

Properties

datasetContentVersionValue DatasetContentVersionValue?
The value of the variable as a structure that specifies a dataset content version.
final
doubleValue double?
The value of the variable as a double (numeric).
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the variable.
final
outputFileUriValue OutputFileUriValue?
The value of the variable as a structure that specifies an output file URI.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
The value of the variable as a string.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited