google_api_cloud_billing v0.21.0 GoogleApi.CloudBilling.V1.Model.Sku View Source
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"
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.Sku{ category: GoogleApi.CloudBilling.V1.Model.Category.t(), description: String.t(), geoTaxonomy: GoogleApi.CloudBilling.V1.Model.GeoTaxonomy.t(), name: String.t(), pricingInfo: [GoogleApi.CloudBilling.V1.Model.PricingInfo.t()], serviceProviderName: String.t(), serviceRegions: [String.t()], skuId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.