public sealed class DeployedFleetDetails : IMessage<DeployedFleetDetails>, IEquatable<DeployedFleetDetails>, IDeepCloneable<DeployedFleetDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class DeployedFleetDetails.
[[["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 in the Game Services v1 API provides details about a deployed Agones fleet."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeployedFleetDetails` has two constructors: a default one and another that takes a `DeployedFleetDetails` object as a parameter for copying."],["The class contains two properties, `DeployedAutoscaler` and `DeployedFleet`, which provide information about the fleet's autoscaler and the fleet itself respectively."],["There are multiple versions of this class, with the latest being 2.2.0, and the documentation includes version information from 1.1.0 upwards."]]],[]]