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."],[[["This document outlines the `TargetFleet` class within the `Google.Cloud.Gaming.V1Beta` namespace, specifically version 1.0.0-beta09, used for defining Agones fleet specifications."],["The `TargetFleet` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The class inherits from `Object` and includes members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing access to basic object functionalities, and it contains two constructors for creating instances of the `TargetFleet`."],["The class `TargetFleet` has two specific properties: `Name`, representing the Agones fleet name as a string, and `SpecSource`, which describes the origin of the fleet specification."],["There is documentation available for previous versions, namely 2.0.0-beta02, and the latest 2.0.0-beta03, of the `TargetFleet` class."]]],[]]