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

PredeployJobRunMetadata

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

PredeployJobRunMetadata contains metadata about the predeploy JobRun.

interface PredeployJobRunMetadata {
readonly custom?: CustomMetadata;
}

§Properties

§
readonly custom?: CustomMetadata
[src]

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