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

EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo

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

Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship

interface EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo {
originalExecutionInfoId?: string;
replayedExecutionInfoIds?: string[];
replayReason?: string;
}

§Properties

§
originalExecutionInfoId?: string
[src]

If this execution is a replay of another execution, then this field contains the original execution id.

§
replayedExecutionInfoIds?: string[]
[src]

If this execution has been replayed, then this field contains the execution ids of the replayed executions.

§
replayReason?: string
[src]

reason for replay