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

GoogleCloudIntegrationsV1alphaExecutionSnapshot

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

Contains the snapshot of the execution for a given checkpoint.

interface GoogleCloudIntegrationsV1alphaExecutionSnapshot {
checkpointTaskNumber?: string;
params?: {};
}

§Properties

§
checkpointTaskNumber?: string
[src]

Indicates "after which checkpoint task's execution" this snapshot is taken.

§

Metadata of the execution snapshot.

§

Parameters used during the execution.

§

All of the task execution details at the given point of time.