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

ListRuntimesResponse

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

Response for the ListRuntimes method.

interface ListRuntimesResponse {
runtimes?: Runtime[];
}

§Properties

§
runtimes?: Runtime[]
[src]

The runtimes that match the request.