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

Task

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

A Task represents a unit of work that is executed as part of a Job.

interface Task {
container?: ContainerTask;
}

§Properties

§
container?: ContainerTask
[src]

Optional. This task is represented by a container that is executed in the Cloud Build execution environment.