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

GoogleDevtoolsCloudbuildV1TimeSpan

import type { GoogleDevtoolsCloudbuildV1TimeSpan } from "https://googleapis.deno.dev/v1/run:v2.ts";

Start and end times for a build execution phase.

interface GoogleDevtoolsCloudbuildV1TimeSpan {
endTime?: Date;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

End of time span.

§
startTime?: Date
[src]

Start of time span.