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

Profile

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

Profile for a Gmail user.

interface Profile {
emailAddress?: string;
historyId?: bigint;
messagesTotal?: number;
threadsTotal?: number;
}

§Properties

§
emailAddress?: string
[src]

The user's email address.

§
historyId?: bigint
[src]

The ID of the mailbox's current history record.

§
messagesTotal?: number
[src]

The total number of messages in the mailbox.

§
threadsTotal?: number
[src]

The total number of threads in the mailbox.