View Source GoogleApi.CloudBilling.V1.Model.GeoTaxonomy (google_api_cloud_billing v0.24.0)

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 Google Cloud regions.
  • type (type: String.t, default: nil) - The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.