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

EnterpriseCrmEventbusProtoSuspensionExpiration

import type { EnterpriseCrmEventbusProtoSuspensionExpiration } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoSuspensionExpiration {
expireAfterMs?: number;
liftWhenExpired?: boolean;
remindAfterMs?: number;
}

§Properties

§
expireAfterMs?: number
[src]

Milliseconds 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.

§
remindAfterMs?: number
[src]

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