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";
status?: ComplianceStatus;
}