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

ProjectsLocationsFunctionsGetOptions

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

Additional options for CloudFunctions#projectsLocationsFunctionsGet.

interface ProjectsLocationsFunctionsGetOptions {
revision?: string;
}

§Properties

§
revision?: string
[src]

Optional. The optional version of the 1st gen function whose details should be obtained. The version of a 1st gen function is an integer that starts from 1 and gets incremented on redeployments. GCF may keep historical configs for old versions of 1st gen function. This field can be specified to fetch the historical configs. This field is valid only for GCF 1st gen function.