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

RenderMetadata

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

RenderMetadata includes information associated with a Release render.

interface RenderMetadata {
readonly cloudRun?: CloudRunRenderMetadata;
readonly custom?: CustomMetadata;
}

§Properties

§
readonly cloudRun?: CloudRunRenderMetadata
[src]

Output only. Metadata associated with rendering for Cloud Run.

§
readonly custom?: CustomMetadata
[src]

Output only. Custom metadata provided by user-defined render operation.