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

AccountsListSubscribersOptions

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

Additional options for CloudChannel#accountsListSubscribers.

interface AccountsListSubscribersOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of service accounts to return. The service may return fewer than this value. If unspecified, returns at most 100 service accounts. The maximum value is 1000; the server will coerce values above 1000.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListSubscribers call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListSubscribers must match the call that provided the page token.