import * as mod from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";| GmailPostmasterTools | The Postmaster Tools API is a RESTful API that provides programmatic access to email traffic metrics (like spam reports, delivery errors etc) otherwise available through the Gmail Postmaster Tools UI currently. |
| GoogleAuth |
| BaseMetric | Specifies the base metric to query, which can be a predefined standard metric or a user-defined custom metric (if supported in the future). |
| BatchQueryDomainStatsRequest | Request message for BatchQueryDomainStats. |
| BatchQueryDomainStatsResponse | Response message for BatchQueryDomainStats. |
| BatchQueryDomainStatsResult | Represents the result of a single QueryDomainStatsRequest within a batch. |
| ComplianceRowData | Data for a single row of the compliance status table. |
| ComplianceStatus | The status of a sender compliance requirement. |
| CredentialsClient | Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface. |
| Date | Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp |
| DateList | A set of specific dates. |
| DateRange | A single date range defined by a start and end date. |
| DateRanges | A set of date ranges. |
| Domain | Information about a domain registered by the user. |
| DomainComplianceData | Compliance data for a given domain. |
| DomainComplianceStatus | Compliance status for a domain. |
| DomainsListOptions | Additional options for GmailPostmasterTools#domainsList. |
| DomainStat | Email statistics for a domain for a specified time period or date. |
| HonorUnsubscribeVerdict | Compliance verdict for whether a sender meets the unsubscribe honoring compliance requirement. |
| ListDomainsResponse | Response message for ListDomains. |
| MetricDefinition | Defines a specific metric to query, including a user-defined name, the base metric type, and optional filters. |
| OneClickUnsubscribeVerdict | Compliance verdict for whether a sender meets the one-click unsubscribe compliance requirement. |
| QueryDomainStatsRequest | Request message for QueryDomainStats. |
| QueryDomainStatsResponse | Response message for QueryDomainStats. |
| StatisticValue | The actual value of a statistic. |
| Status | The |
| StringList | Represents a list of strings. |
| TimeQuery | The date ranges or specific dates for which you want to retrieve data. |