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

IntegratorsListSubscribersOptions

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

Additional options for CloudChannel#integratorsListSubscribers.

interface IntegratorsListSubscribersOptions {
account?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
account?: string
[src]

Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset.

§
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.