google_api_cloud_billing v0.9.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.
  • 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

Link to this type

t()

View Source
t() :: %GoogleApi.CloudBilling.V1.Model.Sku{
  category: GoogleApi.CloudBilling.V1.Model.Category.t(),
  description: String.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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.