google_api_cloud_billing v0.21.0 GoogleApi.CloudBilling.V1.Model.GeoTaxonomy View Source

Encapsulates the geographic taxonomy data for a sku.

Attributes

  • regions (type: list(String.t), default: nil) - The list of regions associated with a sku. Empty for Global skus, which are associated with all GCP regions.
  • type (type: String.t, default: nil) - The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudBilling.V1.Model.GeoTaxonomy{
  regions: [String.t()],
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.