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

MailCountResult

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

Gmail and classic Hangouts-specific count metrics.

interface MailCountResult {
accountCountErrors?: AccountCountError[];
accountCounts?: AccountCount[];
matchingAccountsCount?: bigint;
nonQueryableAccounts?: string[];
queriedAccountsCount?: bigint;
}

§Properties

§
accountCountErrors?: AccountCountError[]
[src]

Errors occurred when querying these accounts.

§
accountCounts?: AccountCount[]
[src]

Subtotal count per matching account that have more than zero messages.

§
matchingAccountsCount?: bigint
[src]

Total number of accounts that can be queried and have more than zero messages.

§
nonQueryableAccounts?: string[]
[src]

When DataScope is HELD_DATA and when account emails are passed in explicitly, the list of accounts in the request that are not queried because they are not on hold in the matter. For other data scopes, this field is not set.

§
queriedAccountsCount?: bigint
[src]

Total number of accounts involved in this count operation.