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

GoogleCloudIntegrationsV1alphaAttemptStats

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

Status for the execution attempt.

interface GoogleCloudIntegrationsV1alphaAttemptStats {
endTime?: Date;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

The end time of the integration execution for current attempt.

§
startTime?: Date
[src]

The start time of the integration execution for current attempt. This could be in the future if it's been scheduled.