OBJECT

NetworkHostProject

Description

Represents a GCP native network host project.

link GraphQL Schema definition

  • type NetworkHostProject {
  • # GCP project ID.
  • projectId: String!
  • # GCP native ID.
  • nativeId: String!
  • # Name of the GCP project.
  • name: String!
  • }

link Require by