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

AgentTaskLoggingOption

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

AgentTaskLoggingOption contains the options for the logging of the task.

interface AgentTaskLoggingOption {
labels?: {
[key: string]: string;
}
;
}

§Properties

§
labels?: {
[key: string]: string;
}
[src]

Labels to be added to the log entry. Now only cloud logging is supported.