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.
§Properties
§
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.
§
value?: StatisticValue
[src]The value of the corresponding metric.