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

DomainStat

import type { DomainStat } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";

Email statistics for a domain for a specified time period or date.

interface DomainStat {
date?: Date;
metric?: string;
readonly name?: string;
}

§Properties

§
date?: Date
[src]

Optional. The specific date for these stats, if granularity is DAILY. This field is populated if the QueryDomainStatsRequest specified a DAILY aggregation granularity.

§
metric?: string
[src]

The user-defined name from MetricDefinition.name in the request, used to correlate this result with the requested metric.

§
readonly name?: string
[src]

Output only. The resource name of the DomainStat resource. Format: domains/{domain}/domainStats/{domain_stat} The {domain_stat} segment is an opaque, server-generated ID. We recommend using the metric field to identify queried metrics instead of parsing the name.

§

The value of the corresponding metric.