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

HonorUnsubscribeVerdict

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

Compliance verdict for whether a sender meets the unsubscribe honoring compliance requirement.

interface HonorUnsubscribeVerdict {
reason?:
| "REASON_UNSPECIFIED"
| "NOT_HONORING"
| "NOT_HONORING_TOO_FEW_CAMPAIGNS"
| "NOT_HONORING_TOO_MANY_CAMPAIGNS";
}

§Properties

§
reason?: "REASON_UNSPECIFIED" | "NOT_HONORING" | "NOT_HONORING_TOO_FEW_CAMPAIGNS" | "NOT_HONORING_TOO_MANY_CAMPAIGNS"
[src]

The specific reason for the compliance verdict. Must be empty if the status is compliant.

§

The compliance status.