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."],[[["The `DeployedFleetDetails` class provides information about a deployed Agones fleet within the Google Cloud Gaming service, specifically in version 1.4.0 of the `Google.Cloud.Gaming.V1` library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as serialization, equality comparisons, deep cloning, and buffer operations."],["The class has two constructors, a default one and another to create a copy from an existing `DeployedFleetDetails` instance."],["It includes properties `DeployedAutoscaler` and `DeployedFleet`, representing the autoscaler and the fleet information, which can be of the types `DeployedFleetDetails.Types.DeployedFleetAutoscaler` and `DeployedFleetDetails.Types.DeployedFleet`, respectively."],["There are several versions of the `Google.Cloud.Gaming.V1` library available, ranging from 1.1.0 up to the latest, 2.2.0."]]],[]]