google_api_cloud_billing v0.4.0 GoogleApi.CloudBilling.V1.Model.Sku View Source

Encapsulates a single SKU in Google Cloud Platform

Attributes

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

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: any(),
  name: any(),
  pricingInfo: [GoogleApi.CloudBilling.V1.Model.PricingInfo.t()],
  serviceProviderName: any(),
  serviceRegions: [any()],
  skuId: any()
}

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.