public sealed class DeployedFleetDetails : IMessage<DeployedFleetDetails>, IEquatable<DeployedFleetDetails>, IDeepCloneable<DeployedFleetDetails>, 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 webpage documents the `DeployedFleetDetails` class within the `Google.Cloud.Gaming.V1` namespace, part of the Google Cloud Gaming .NET library."],["`DeployedFleetDetails` represents the details of a deployed Agones fleet and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeployedFleetDetails` class has two constructors, one default and another which accepts an existing `DeployedFleetDetails` object for copying."],["The class exposes two main properties: `DeployedAutoscaler`, which holds information about the fleet's Agones autoscaler, and `DeployedFleet`, which holds information about the Agones fleet itself."],["The most recent version of this feature documented is version 2.2.0, with prior versions listed back to 1.1.0."]]],[]]