UngroupResourcesOutput class

Constructors

UngroupResourcesOutput({List<FailedResource>? failed, List<PendingResource>? pending, List<String>? succeeded})
UngroupResourcesOutput.fromJson(Map<String, dynamic> json)
factory

Properties

failed List<FailedResource>?
A list of any resources that failed to be removed from the group by this operation.
final
hashCode int
The hash code for this object.
no setterinherited
pending List<PendingResource>?
A list of any resources that are still in the process of being removed from the group by this operation. These pending removals continue asynchronously. You can check the status of pending removals by using the ListGroupResources operation. After the resource is successfully removed, it no longer appears in the response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
succeeded List<String>?
A list of resources that were successfully removed from the group by this operation.
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