pending property
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.
Implementation
final List<PendingResource>? pending;