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

OnDeployUpdatePolicy

import type { OnDeployUpdatePolicy } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";

Security patches are only applied when a function is redeployed.

interface OnDeployUpdatePolicy {
readonly runtimeVersion?: string;
}

§Properties

§
readonly runtimeVersion?: string
[src]

Output only. contains the runtime version which was used during latest function deployment.