OBJECT

GcpCloudAccountProjectUpgradeStatus

Description

Status of the Gcp Cloud Account upgrade operation.

link GraphQL Schema definition

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