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/cloudcontrolspartner:v1.ts";

Represents the SKU a partner owns inside Google Cloud to sell to customers.

interface Sku {
displayName?: string;
id?: string;
}

§Properties

§
displayName?: string
[src]

Display name of the product identified by the SKU. A partner may want to show partner branded names for their offerings such as local sovereign cloud solutions.

§
id?: string
[src]

Argentum product SKU, that is associated with the partner offerings to customers used by Syntro for billing purposes. SKUs can represent resold Google products or support services.