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

CustomMetadata

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

CustomMetadata contains information from a user-defined operation.

interface CustomMetadata {
readonly values?: {
[key: string]: string;
}
;
}

§Properties

§
readonly values?: {
[key: string]: string;
}
[src]

Output only. Key-value pairs provided by the user-defined operation.