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

ResponseMetadata

import type { ResponseMetadata } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

Additional information returned to client, such as debugging information.

interface ResponseMetadata {
requestId?: string;
}

§Properties

§
requestId?: string
[src]

A unique id associated with this call. This id is logged for tracking purposes.