QueuedResourceState class
QueuedResourceState defines the details of the QueuedResource request.
Constructors
- QueuedResourceState({AcceptedData? acceptedData, ActiveData? activeData, CreatingData? creatingData, DeletingData? deletingData, FailedData? failedData, ProvisioningData? provisioningData, String? state, String? stateInitiator, SuspendedData? suspendedData, SuspendingData? suspendingData})
- QueuedResourceState.fromJson(Map json_)
Properties
- acceptedData ↔ AcceptedData?
-
Further data for the accepted state.
getter/setter pair
- activeData ↔ ActiveData?
-
Further data for the active state.
getter/setter pair
- creatingData ↔ CreatingData?
-
Further data for the creating state.
getter/setter pair
- deletingData ↔ DeletingData?
-
Further data for the deleting state.
getter/setter pair
- failedData ↔ FailedData?
-
Further data for the failed state.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- provisioningData ↔ ProvisioningData?
-
Further data for the provisioning state.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the QueuedResource request.
getter/setter pair
- stateInitiator ↔ String?
-
The initiator of the QueuedResources's current state.
getter/setter pair
- suspendedData ↔ SuspendedData?
-
Further data for the suspended state.
getter/setter pair
- suspendingData ↔ SuspendingData?
-
Further data for the suspending state.
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