public sealed class RevisionScaling : IMessage<RevisionScaling>, IEquatable<RevisionScaling>, IDeepCloneable<RevisionScaling>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class RevisionScaling.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `RevisionScaling` class within the Cloud Run Admin v2 API, specifically for .NET."],["The `RevisionScaling` class is used to configure settings for revision-level scaling, impacting the number of serving instances."],["The document highlights that `RevisionScaling` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RevisionScaling` class has two properties, `MaxInstanceCount` and `MinInstanceCount`, both of type `int`, which define the upper and lower limits for the number of serving instances."],["Multiple versions of the class documentation are available, ranging from version 2.0.0 to the latest 2.13.0, as well as a beta version (1.0.0-beta02), with links provided to each."]]],[]]