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

GoogleCloudChannelV1ListSkuGroupBillableSkusResponse

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

Response message for ListSkuGroupBillableSkus.

interface GoogleCloudChannelV1ListSkuGroupBillableSkusResponse {
nextPageToken?: string;
}

§Properties

§

The list of billable SKUs in the requested SKU group.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass to ListSkuGroupBillableSkus.page_token to obtain that page.