ListFunctionsResponse
import type { ListFunctionsResponse } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";Response for the ListFunctions method.
interface ListFunctionsResponse {
functions?: Function[];
nextPageToken?: string;
unreachable?: string[];
}