> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Clients.FleetStatus.FleetStatus(string,int,int)

### [ResQ.Clients](./ResQ.Clients.md "ResQ.Clients").[FleetStatus](./ResQ.Clients.FleetStatus.md "ResQ.Clients.FleetStatus")

## FleetStatus(string, int, int) Constructor

Status response for a fleet of drones.

```csharp theme={null}
public FleetStatus(string FleetId, int ActiveDrones, int TotalMissions);
```

#### Parameters

<a name="ResQ.Clients.FleetStatus.FleetStatus(string,int,int).FleetId" />

`FleetId` [System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")

Unique identifier for the fleet.

<a name="ResQ.Clients.FleetStatus.FleetStatus(string,int,int).ActiveDrones" />

`ActiveDrones` [System.Int32](https://learn.microsoft.com/en-us/dotnet/api/system.int32 "System.Int32")

Number of currently active drones in the fleet.

<a name="ResQ.Clients.FleetStatus.FleetStatus(string,int,int).TotalMissions" />

`TotalMissions` [System.Int32](https://learn.microsoft.com/en-us/dotnet/api/system.int32 "System.Int32")

Total number of missions completed by the fleet.
