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

AccountsChannelPartnerLinksListOptions

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

Additional options for CloudChannel#accountsChannelPartnerLinksList.

interface AccountsChannelPartnerLinksListOptions {
pageSize?: number;
pageToken?: string;
view?: "UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
pageSize?: number
[src]

Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.

§
pageToken?: string
[src]

Optional. A token for a page of results other than the first page. Obtained using ListChannelPartnerLinksResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerLinks call.

§
view?: "UNSPECIFIED" | "BASIC" | "FULL"
[src]

Optional. The level of granularity the ChannelPartnerLink will display.