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

GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest

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

Request for Creating Cloud Function rpc call.

interface GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest {
functionName?: string;
functionRegion?: string;
projectId?: string;
}

§Properties

§
functionName?: string
[src]

The function name of CF to be created

§
functionRegion?: string
[src]

The function region of CF to be created

§
projectId?: string
[src]

Indicates the id of the GCP project that the function will be created in.