public sealed class DeployedFleetAutoscaler : IMessage<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IEquatable<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, IDeepCloneable<DeployedFleetDetails.Types.DeployedFleetAutoscaler>, 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-03-21 UTC."],[[["This document describes the `DeployedFleetAutoscaler` class, which provides details about the Agones autoscaler within the Google Cloud Gaming service, specifically in the `Google.Cloud.Gaming.V1Beta` namespace."],["The `DeployedFleetAutoscaler` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google Protobuf framework and .NET conventions."],["The class has two constructors, one default and one that accepts another `DeployedFleetAutoscaler` instance for copying, allowing for the creation of new instances and the duplication of existing ones."],["The main properties of this class are `Autoscaler`, which stores the name of the autoscaler, `FleetAutoscalerSpec`, which contains the Agones autoscaler specification, and `SpecSource`, indicating where the spec for the autoscaler was derived from."],["The content available is related to version 1.0.0-beta09 of the `DeployedFleetAutoscaler` but also mentions the presence of newer versions, 2.0.0-beta02 and 2.0.0-beta03, for the same resource."]]],[]]