REST Resource: projects.locations.skuGroups

Resource: SkuGroup

Message describing SkuGroup resource

JSON representation
{
  "name": string,
  "skus": [
    string
  ],
  "cloudBillingSkus": [
    string
  ]
}
Fields
name

string

Output only. Identifier. Name of the SkuGroup.

skus[]

string

Output only. Partner SKUs included in the SkuGroup. Format: projects/{project}/locations/{location}/services/{service}/skus/{sku}

cloudBillingSkus[]

string

Output only. Google SKUs included in the SkuGroup.

Used for partner products sold by Google, such as Premium Operating System Images sold for use in Compute Engine. This is not common. SKUs of this type are not present on this API and can instead be found on the Cloud Billing API or at https://cloud.google.com/skus.

Format: services/{service}/skus/{sku}

Methods

get

Gets details of a single SkuGroup.

list

Lists SkuGroups for the given parent.