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

GoogleCloudChannelV1SkuGroup

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

Represents the SKU group information.

interface GoogleCloudChannelV1SkuGroup {
displayName?: string;
name?: string;
}

§Properties

§
displayName?: string
[src]

Unique human readable identifier for the SKU group.

§
name?: string
[src]

Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".