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

GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration

import type { GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration } from "https://googleapis.deno.dev/v1/integrations:v1.ts";

Expiration configs for the approval request.

interface GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration {
readonly expireTime?: Date;
liftWhenExpired?: boolean;
remindTime?: Date;
}

§Properties

§
readonly expireTime?: Date
[src]

Output only. Time after which the suspension expires, if no action taken.

§
liftWhenExpired?: boolean
[src]

Whether the suspension will be REJECTED or LIFTED upon expiration. REJECTED is the default behavior.

§
remindTime?: Date
[src]

Time after the previous suspension action reminder, if any, is sent using the selected notification option, for a suspension which is still PENDING_UNSPECIFIED.