public sealed class TargetFleet : IMessage<TargetDetails.Types.TargetFleetDetails.Types.TargetFleet>, IEquatable<TargetDetails.Types.TargetFleetDetails.Types.TargetFleet>, IDeepCloneable<TargetDetails.Types.TargetFleetDetails.Types.TargetFleet>, 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 latest version of the `TargetFleet` class is 2.2.0, with versions dating back to 1.1.0 available for review."],["`TargetFleet` is a class representing the Agones fleet specification and is part of the `Google.Cloud.Gaming.V1` namespace."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TargetFleet` has two constructors: a default constructor `TargetFleet()` and one that takes another `TargetFleet` instance as an argument, `TargetFleet(TargetDetails.Types.TargetFleetDetails.Types.TargetFleet other)`."],["The `TargetFleet` class includes two properties: `Name`, which is a string representing the name of the Agones fleet, and `SpecSource`, which is of type `SpecSource` and encapsulates the source of the fleet specification."]]],[]]