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

DeployJobRunMetadata

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

DeployJobRunMetadata surfaces information associated with a DeployJobRun to the user.

interface DeployJobRunMetadata {
readonly cloudRun?: CloudRunMetadata;
readonly custom?: CustomMetadata;
readonly customTarget?: CustomTargetDeployMetadata;
}

§Properties

§
readonly cloudRun?: CloudRunMetadata
[src]

Output only. The name of the Cloud Run Service that is associated with a DeployJobRun.

§
readonly custom?: CustomMetadata
[src]

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

§
readonly customTarget?: CustomTargetDeployMetadata
[src]

Output only. Custom Target metadata associated with a DeployJobRun.