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

GoogleCloudChannelV1ListTransferableOffersRequest

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

Request message for CloudChannelService.ListTransferableOffers

interface GoogleCloudChannelV1ListTransferableOffersRequest {
billingAccount?: string;
cloudIdentityId?: string;
customerName?: string;
languageCode?: string;
pageSize?: number;
pageToken?: string;
sku?: string;
}

§Properties

§
billingAccount?: string
[src]

Optional. The Billing Account to look up Offers for. Format: accounts/{account_id}/billingAccounts/{billing_account_id}. This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.

§
cloudIdentityId?: string
[src]

Customer's Cloud Identity ID

§
customerName?: string
[src]

A reseller should create a customer and use the resource name of that customer here.

§
languageCode?: string
[src]

Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".

§
pageSize?: number
[src]

Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 offers. The maximum value is 1000; the server will coerce values above 1000.

§
pageToken?: string
[src]

A token for a page of results other than the first page. Obtained using ListTransferableOffersResponse.next_page_token of the previous CloudChannelService.ListTransferableOffers call.

§
sku?: string
[src]

Required. The SKU to look up Offers for.