TaskCopyimport type { Task } from "https://googleapis.deno.dev/v1/batch:v1.ts";A Cloud Batch task. interface Task {name?: string;status?: TaskStatus;}§Properties§name?: string[src]Task name. The name is generated from the parent TaskGroup name and 'id' field. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01/tasks/task01". §status?: TaskStatus[src]Task Status.