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

EnterpriseCrmEventbusProtoTaskExecutionDetailsTaskAttemptStats

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

§Properties

§
endTime?: bigint
[src]

The end time of the task execution for current attempt.

§
startTime?: bigint
[src]

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