Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Sku

import type { Sku } from "https://googleapis.deno.dev/v1/cloudbilling:v1.ts";

Encapsulates a single SKU in Google Cloud Platform

interface Sku {
category?: Category;
description?: string;
geoTaxonomy?: GeoTaxonomy;
name?: string;
pricingInfo?: PricingInfo[];
serviceProviderName?: string;
serviceRegions?: string[];
skuId?: string;
}

§Properties

§
category?: Category
[src]

The category hierarchy of this SKU, purely for organizational purpose.

§
description?: string
[src]

A human readable description of the SKU, has a maximum length of 256 characters.

§
geoTaxonomy?: GeoTaxonomy
[src]

The geographic taxonomy for this sku.

§
name?: string
[src]

The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE"

§
pricingInfo?: PricingInfo[]
[src]

A timeline of pricing info for this SKU in chronological order.

§
serviceProviderName?: string
[src]

Identifies the service provider. This is 'Google' for first party services in Google Cloud Platform.

§
serviceRegions?: string[]
[src]

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?: string
[src]

The identifier for the SKU. Example: "AA95-CD31-42FE"