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

ExtendedMetadata

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

Additional metadata for a Service or Workload.

interface ExtendedMetadata {
readonly metadataStruct?: {
[key: string]: any;
}
;
}

§Properties

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

Output only. The metadata contents.