OBJECT
Represents a GCP native region.
type GcpNativeRegion {# Name of the GCP region.name: String! # Zones within the region.zones: [String!]! }