InstanceStatus class
The instance status details.
Constructors
- InstanceStatus({InstanceState? state, InstanceStateChangeReason? stateChangeReason, InstanceTimeline? timeline})
-
InstanceStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → InstanceState?
-
The current state of the instance.
final
- stateChangeReason → InstanceStateChangeReason?
-
The details of the status change reason for the instance.
final
- timeline → InstanceTimeline?
-
The timeline of the instance status over time.
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