public sealed class TargetFleetDetails : IMessage<TargetDetails.Types.TargetFleetDetails>, IEquatable<TargetDetails.Types.TargetFleetDetails>, IDeepCloneable<TargetDetails.Types.TargetFleetDetails>, 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 `TargetFleetDetails` class within the `Google.Cloud.Gaming.V1` namespace, specifically version 1.2.0, which represents details of an Agones fleet target."],["The `TargetFleetDetails` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used within various message processing contexts."],["The class includes two constructors, `TargetFleetDetails()` for default initialization and `TargetFleetDetails(TargetDetails.Types.TargetFleetDetails other)` for creating an instance based on another `TargetFleetDetails` object."],["`TargetFleetDetails` contains two properties, `Autoscaler` and `Fleet`, that provide references to the target Agones fleet's autoscaling policy and the fleet itself, respectively."],["This documentation covers multiple versions of the class, with 2.2.0 being the latest and versions ranging down to 1.1.0, showing the evolution of the `TargetFleetDetails`."]]],[]]