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

GoogleCloudRunV2RevisionScalingStatus

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

Effective settings for the current revision

interface GoogleCloudRunV2RevisionScalingStatus {
desiredMinInstanceCount?: number;
}

§Properties

§
desiredMinInstanceCount?: number
[src]

The current number of min instances provisioned for this revision.