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

GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata

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

Metadata of the execution snapshot.

interface GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata {
ancestorIterationNumbers?: string[];
ancestorTaskNumbers?: string[];
executionAttempt?: number;
integrationName?: string;
task?: string;
taskAttempt?: number;
taskLabel?: string;
taskNumber?: string;
}

§Properties

§
ancestorIterationNumbers?: string[]
[src]

Ancestor iteration number for the task(it will only be non-empty if the task is under 'private workflow')

§
ancestorTaskNumbers?: string[]
[src]

Ancestor task number for the task(it will only be non-empty if the task is under 'private workflow')

§
executionAttempt?: number
[src]

the execution attempt number this snapshot belongs to.

§
integrationName?: string
[src]

The direct integration which the event execution snapshots belongs to

§
task?: string
[src]

the task name associated with this snapshot.

§
taskAttempt?: number
[src]

the task attempt number this snapshot belongs to.

§
taskLabel?: string
[src]

the task label associated with this snapshot. Could be empty.

§
taskNumber?: string
[src]

The task number associated with this snapshot.