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

GoogleCloudIntegrationsV1alphaSuspensionAudit

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

Contains when and by whom the suspension was resolved.

interface GoogleCloudIntegrationsV1alphaSuspensionAudit {
resolver?: string;
resolveTime?: Date;
}

§Properties

§
resolver?: string
[src]

Email address of the person who resolved this suspension.

§
resolveTime?: Date
[src]

Time at which this suspension was resolved.