public sealed class RevisionScaling : IMessage<RevisionScaling>, IEquatable<RevisionScaling>, IDeepCloneable<RevisionScaling>, IBufferMessage, IMessage
[[["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."],[[["The `RevisionScaling` class provides settings for configuring revision-level scaling in Google Cloud Run, within the namespace `Google.Cloud.Run.V2`."],["This class allows setting both the maximum and minimum number of serving instances using the `MaxInstanceCount` and `MinInstanceCount` properties, respectively, both of type `Int32`."],["It's implemented across various versions, with the latest being 2.13.0, while also supporting version 1.0.0-beta02."],["The class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling compatibility with different functionalities."],["Two constructors are available: a parameterless constructor, and one that takes another `RevisionScaling` instance."]]],[]]