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

OneClickUnsubscribeVerdict

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

Compliance verdict for whether a sender meets the one-click unsubscribe compliance requirement.

interface OneClickUnsubscribeVerdict {
reason?:
| "REASON_UNSPECIFIED"
| "NO_UNSUB_GENERAL"
| "NO_UNSUB_SPAM_REPORTS"
| "NO_UNSUB_PROMO_SPAM_REPORTS";
}

§Properties

§
reason?: "REASON_UNSPECIFIED" | "NO_UNSUB_GENERAL" | "NO_UNSUB_SPAM_REPORTS" | "NO_UNSUB_PROMO_SPAM_REPORTS"
[src]

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

§

The compliance status.