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.4.0, which represents details of an Agones fleet target."],["The `TargetFleetDetails` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The class inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`TargetFleetDetails` has two constructors: a default constructor and another that accepts another `TargetFleetDetails` object to copy its details."],["The `TargetFleetDetails` class has two main properties, `Autoscaler` and `Fleet`, which are used to reference the Agones fleet's autoscaling policy and the fleet itself, respectively, of types `TargetFleetAutoscaler` and `TargetFleet`."]]],[]]