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

UsersSettingsCseKeypairsListOptions

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

Additional options for Gmail#usersSettingsCseKeypairsList.

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

§Properties

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

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