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

UsersSettingsCseIdentitiesListOptions

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

Additional options for Gmail#usersSettingsCseIdentitiesList.

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

§Properties

§
pageSize?: number
[src]

The number of identities to return. If not provided, the page size will default to 20 entries.

§
pageToken?: string
[src]

Pagination token indicating which page of identities to return. If the token is not supplied, then the API will return the first page of results.