OBJECT
Represents a GCP native network host project.
type NetworkHostProject {# GCP project ID.projectId: String! # GCP native ID.nativeId: String! # Name of the GCP project.name: String! }