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

Encapsulates a single SKU in Google Cloud Platform

Attributes

  • category (type: GoogleApi.CloudBilling.V1.Model.Category.t, default: nil) - The category hierarchy of this SKU, purely for organizational purpose.
  • description (type: String.t, default: nil) - A human readable description of the SKU, has a maximum length of 256 characters.
  • geoTaxonomy (type: GoogleApi.CloudBilling.V1.Model.GeoTaxonomy.t, default: nil) - The geographic taxonomy for this sku.
  • name (type: String.t, default: nil) - The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE"
  • pricingInfo (type: list(GoogleApi.CloudBilling.V1.Model.PricingInfo.t), default: nil) - A timeline of pricing info for this SKU in chronological order.
  • serviceProviderName (type: String.t, default: nil) - Identifies the service provider. This is 'Google' for first party services in Google Cloud Platform.
  • serviceRegions (type: list(String.t), default: nil) - List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/
  • skuId (type: String.t, default: nil) - The identifier for the SKU. Example: "AA95-CD31-42FE"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBilling.V1.Model.Sku{
  category: GoogleApi.CloudBilling.V1.Model.Category.t() | nil,
  description: String.t() | nil,
  geoTaxonomy: GoogleApi.CloudBilling.V1.Model.GeoTaxonomy.t() | nil,
  name: String.t() | nil,
  pricingInfo: [GoogleApi.CloudBilling.V1.Model.PricingInfo.t()] | nil,
  serviceProviderName: String.t() | nil,
  serviceRegions: [String.t()] | nil,
  skuId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.