InstanceManagedByIgmErrorInstanceActionDetails class
Constructors
- InstanceManagedByIgmErrorInstanceActionDetails({String? action, String? instance, ManagedInstanceVersion? version})
- InstanceManagedByIgmErrorInstanceActionDetails.fromJson(Map json_)
Properties
- action ↔ String?
-
Action that managed instance group was executing on the instance when the
error occurred.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance ↔ String?
-
The URL of the instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ ManagedInstanceVersion?
-
Version this instance was created from, or was being created from, but the
creation failed.
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