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

AccountSuspensionWarning

import type { AccountSuspensionWarning } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

A warning that the customer's account is about to be suspended.

interface AccountSuspensionWarning {
appealWindow?: number;
state?:
| "ACCOUNT_SUSPENSION_WARNING_STATE_UNSPECIFIED"
| "WARNING"
| "SUSPENDED"
| "APPEAL_APPROVED"
| "APPEAL_SUBMITTED";
suspensionDetails?: AccountSuspensionDetails[];
}

§Properties

§
appealWindow?: number
[src]

The amount of time remaining to appeal an imminent suspension. After this window has elapsed, the account will be suspended. Only populated if the account suspension is in WARNING state.

§
state?: "ACCOUNT_SUSPENSION_WARNING_STATE_UNSPECIFIED" | "WARNING" | "SUSPENDED" | "APPEAL_APPROVED" | "APPEAL_SUBMITTED"
[src]

Account suspension warning state.

§
suspensionDetails?: AccountSuspensionDetails[]
[src]

Details about why an account is being suspended.