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

EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats

import type { EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats {
endTime?: bigint;
startTime?: bigint;
}

§Properties

§
endTime?: bigint
[src]

The end time of the event execution for current attempt.

§
startTime?: bigint
[src]

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