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

ListCseIdentitiesResponse

import type { ListCseIdentitiesResponse } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
interface ListCseIdentitiesResponse {
cseIdentities?: CseIdentity[];
nextPageToken?: string;
}

§Properties

§
cseIdentities?: CseIdentity[]
[src]

One page of the list of CSE identities configured for the user.

§
nextPageToken?: string
[src]

Pagination token to be passed to a subsequent ListCseIdentities call in order to retrieve the next page of identities. If this value is not returned or is the empty string, then no further pages remain.