AccountsListSubscribersOptions
import type { AccountsListSubscribersOptions } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";
Additional options for CloudChannel#accountsListSubscribers.
interface AccountsListSubscribersOptions {
integrator?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
integrator?: string
[src]Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset.