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

EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot

import type { EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot {
checkpointTaskNumber?: string;
eventExecutionInfoId?: string;
eventExecutionSnapshotId?: string;
snapshotTime?: bigint;
taskName?: string;
}

§Properties

§
checkpointTaskNumber?: string
[src]

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

§

All of the computed conditions that been calculated.

§

The parameters in Event object that differs from last snapshot.

§
eventExecutionInfoId?: string
[src]

Points to the event execution info this snapshot belongs to.

§
eventExecutionSnapshotId?: string
[src]

Auto-generated. Used as primary key for EventExecutionSnapshots table.

§

The parameters in Event object.

§
snapshotTime?: bigint
[src]

Indicates when this snapshot is taken.

§

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

§
taskName?: string
[src]

The task name associated with this snapshot. Could be empty.