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.