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

DomainsListOptions

import type { DomainsListOptions } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";

Additional options for GmailPostmasterTools#domainsList.

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

§Properties

§
pageSize?: number
[src]

Optional. Requested page size. Server may return fewer domains than requested. If unspecified, the default value for this field is 10. The maximum value for this field is 200.

§
pageToken?: string
[src]

Optional. The next_page_token value returned from a previous List request, if any.