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

GoogleCloudRunV2ExecutionReference

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

Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.

interface GoogleCloudRunV2ExecutionReference {
completionTime?: Date;
createTime?: Date;
name?: string;
}

§Properties

§
completionTime?: Date
[src]

Creation timestamp of the execution.

§
createTime?: Date
[src]

Creation timestamp of the execution.

§
name?: string
[src]

Name of the execution.