ToolVersionSupportedCondition class
ToolVersionSupportedCondition contains information about when support for the release's version of a tool ends.
Constructors
- ToolVersionSupportedCondition({String? maintenanceModeTime, bool? status, String? supportExpirationTime, String? toolVersionSupportState})
- ToolVersionSupportedCondition.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maintenanceModeTime ↔ String?
-
The time at which this release's version of the tool will enter
maintenance mode.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ bool?
-
True if the version of Tool used by this release is supported.
getter/setter pair
- supportExpirationTime ↔ String?
-
The time at which this release's version of the tool will no longer be
supported.
getter/setter pair
- toolVersionSupportState ↔ String?
-
The tool support state for this release's version of the tool.
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