public sealed class DeployedFleet : IMessage<DeployedFleetDetails.Types.DeployedFleet>, IEquatable<DeployedFleetDetails.Types.DeployedFleet>, IDeepCloneable<DeployedFleetDetails.Types.DeployedFleet>, 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 `DeployedFleet` class represents the specification and details of an Agones fleet, serving as a key component within the Google Cloud Gaming service."],["This class, part of the `Google.Cloud.Gaming.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and flexibility within the .NET ecosystem."],["The `DeployedFleet` class can be instantiated with either a default constructor or by copying from another `DeployedFleet` instance, giving two different avenues for its use."],["Key properties of the `DeployedFleet` class include `Fleet`, `FleetSpec`, `SpecSource`, and `Status`, providing crucial information about the Agones fleet's configuration, origin, and operational state."],["Version 2.2.0 is the latest version available for `DeployedFleet`, with earlier versions 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, and 1.1.0 also documented, highlighting a history of updates and improvements."]]],[]]