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

DomainComplianceData

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

Compliance data for a given domain.

interface DomainComplianceData {
domainId?: string;
honorUnsubscribeVerdict?: HonorUnsubscribeVerdict;
oneClickUnsubscribeVerdict?: OneClickUnsubscribeVerdict;
rowData?: ComplianceRowData[];
}

§Properties

§
domainId?: string
[src]

Domain that this data is for.

§
honorUnsubscribeVerdict?: HonorUnsubscribeVerdict
[src]

Unsubscribe honoring compliance verdict.

§
oneClickUnsubscribeVerdict?: OneClickUnsubscribeVerdict
[src]

One-click unsubscribe compliance verdict.

§

Data for each of the rows of the table. Each message contains all the data that backs a single row.