Variable class
The variable.
Constructors
Properties
- arn → String?
-
The ARN of the variable.
final
- createdTime → String?
-
The time when the variable was created.
final
- dataSource → DataSource?
-
The data source of the variable.
final
- dataType → DataType?
-
The data type of the variable. For more information see Variable
types.
final
- defaultValue → String?
-
The default value of the variable.
final
- description → String?
-
The description of the variable.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTime → String?
-
The time when variable was last updated.
final
- name → String?
-
The name of the variable.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- variableType → String?
-
The variable type of the variable.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited