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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eDeployedFleetDetails\u003c/code\u003e class within the Game Services v1 API, detailing its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eDeployedFleetDetails\u003c/code\u003e is 2.2.0, with older versions ranging from 2.1.0 down to 1.1.0, each accessible via their respective links.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeployedFleetDetails\u003c/code\u003e is a class that inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various methods and functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor and one that takes another \u003ccode\u003eDeployedFleetDetails\u003c/code\u003e instance as a parameter, along with properties to access information about the deployed Agones fleet and autoscaler.\u003c/p\u003e\n"],["\u003cp\u003eThe document outlines the namespace (\u003ccode\u003eGoogle.Cloud.Gaming.V1\u003c/code\u003e) and assembly (\u003ccode\u003eGoogle.Cloud.Gaming.V1.dll\u003c/code\u003e) for the \u003ccode\u003eDeployedFleetDetails\u003c/code\u003e class, allowing users to locate and use it within their projects.\u003c/p\u003e\n"]]],[],null,["# Game Services v1 API - Class DeployedFleetDetails (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.DeployedFleetDetails)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/2.1.0/Google.Cloud.Gaming.V1.DeployedFleetDetails)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/2.0.0/Google.Cloud.Gaming.V1.DeployedFleetDetails)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.4.0/Google.Cloud.Gaming.V1.DeployedFleetDetails)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.3.0/Google.Cloud.Gaming.V1.DeployedFleetDetails)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.2.0/Google.Cloud.Gaming.V1.DeployedFleetDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Gaming.V1/1.1.0/Google.Cloud.Gaming.V1.DeployedFleetDetails) \n\n public sealed class DeployedFleetDetails : IMessage\u003cDeployedFleetDetails\u003e, IEquatable\u003cDeployedFleetDetails\u003e, IDeepCloneable\u003cDeployedFleetDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Game Services v1 API class DeployedFleetDetails.\n\nDetails of the deployed Agones fleet. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeployedFleetDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeployedFleetDetails](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.DeployedFleetDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeployedFleetDetails](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.DeployedFleetDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeployedFleetDetails](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1.DeployedFleetDetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Gaming.V1](/dotnet/docs/reference/Google.Cloud.Gaming.V1/latest/Google.Cloud.Gaming.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Gaming.V1.dll\n\nConstructors\n------------\n\n### DeployedFleetDetails()\n\n public DeployedFleetDetails()\n\n### DeployedFleetDetails(DeployedFleetDetails)\n\n public DeployedFleetDetails(DeployedFleetDetails other)\n\nProperties\n----------\n\n### DeployedAutoscaler\n\n public DeployedFleetDetails.Types.DeployedFleetAutoscaler DeployedAutoscaler { get; set; }\n\nInformation about the Agones autoscaler for that fleet.\n\n### DeployedFleet\n\n public DeployedFleetDetails.Types.DeployedFleet DeployedFleet { get; set; }\n\nInformation about the Agones fleet."]]