OBJECT
GcpCloudAccountProjectDeleteStatus
Description
Status of the Gcp Cloud Account delete operation.
link GraphQL Schema definition
- type GcpCloudAccountProjectDeleteStatus {
- # Error during deletion, if any.
- String! :
- # Status of the individual features in delete operation.
- FeatureDeleteStatus!]! : [
- # GCP project ID.
- String! :
- # Specifies whether project deletion succeeded.
- Boolean! :
- }