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

PostdeployJobRunMetadata

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

PostdeployJobRunMetadata contains metadata about the postdeploy JobRun.

interface PostdeployJobRunMetadata {
readonly custom?: CustomMetadata;
}

§Properties

§
readonly custom?: CustomMetadata
[src]

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