deleteRequested constant

LifecycleState const deleteRequested

The resource has been marked for deletion by the user. For some resources (e.g. buckets), this can be reversed by an un-delete operation.

Implementation

static const deleteRequested = LifecycleState('DELETE_REQUESTED');