Files
plexjs/docs/sdk/models/operations/getbandwidthstatisticsrequest.md
2024-09-08 03:06:14 +00:00

17 lines
1.6 KiB
Markdown

# GetBandwidthStatisticsRequest
## Example Usage
```typescript
import { GetBandwidthStatisticsRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetBandwidthStatisticsRequest = {
timespan: 4,
};
```
## Fields
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `timespan` | *number* | :heavy_minus_sign: | The timespan to retrieve statistics for<br/>the exact meaning of this parameter is not known<br/> | 4 |