GoogleCloudChannelV1ListPurchasableSkusResponse
import type { GoogleCloudChannelV1ListPurchasableSkusResponse } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";Response message for ListPurchasableSkus.
interface GoogleCloudChannelV1ListPurchasableSkusResponse {
nextPageToken?: string;
purchasableSkus?: GoogleCloudChannelV1PurchasableSku[];
}