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

ListCseKeyPairsResponse

import type { ListCseKeyPairsResponse } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
interface ListCseKeyPairsResponse {
cseKeyPairs?: CseKeyPair[];
nextPageToken?: string;
}

§Properties

§
cseKeyPairs?: CseKeyPair[]
[src]

One page of the list of CSE key pairs installed for the user.

§
nextPageToken?: string
[src]

Pagination token to be passed to a subsequent ListCseKeyPairs call in order to retrieve the next page of key pairs. If this value is not returned, then no further pages remain.