TrialMetadata class
Contains information and all metadata related to TRIAL clusters.
Constructors
- TrialMetadata.new({String? endTime, String? graceEndTime, String? startTime, String? upgradeTime})
- TrialMetadata.fromJson(Map json_)
Properties
- endTime ↔ String?
-
End time of the trial cluster.
getter/setter pair
- graceEndTime ↔ String?
-
grace end time of the cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
start time of the trial cluster.
getter/setter pair
- upgradeTime ↔ String?
-
Upgrade time of trial cluster to Standard cluster.
getter/setter pair
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