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

GoogleCloudChannelV1Sku

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

Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs.

interface GoogleCloudChannelV1Sku {
name?: string;
}

§Properties

§

Marketing information for the SKU.

§
name?: string
[src]

Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}

§

Product the SKU is associated with.