OBJECT

GcpCloudAccountProjectDeleteStatus

Description

Status of the Gcp Cloud Account delete operation.

link GraphQL Schema definition

  • type GcpCloudAccountProjectDeleteStatus {
  • # GCP project ID.
  • projectUuid: String!
  • # Specifies whether project deletion succeeded.
  • success: Boolean!
  • # Error during deletion, if any.
  • error: String!
  • }