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

RunService

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

A managed Cloud Run service.

interface RunService {
service?: string;
}

§Properties

§
service?: string
[src]

Optional. The name of the Cloud Run service, in the format: projects/{project}/locations/{location}/services/{serviceId}