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

GoogleCloudChannelV1BillableSku

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

Represents the Billable SKU information.

interface GoogleCloudChannelV1BillableSku {
service?: string;
serviceDisplayName?: string;
sku?: string;
skuDisplayName?: string;
}

§Properties

§
service?: string
[src]

Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".

§
serviceDisplayName?: string
[src]

Unique human readable name for the Service.

§
sku?: string
[src]

Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".

§
skuDisplayName?: string
[src]

Unique human readable name for the SKU.