mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 20:47:46 +00:00
17 lines
1.6 KiB
Markdown
17 lines
1.6 KiB
Markdown
# GetResourcesStatisticsRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetResourcesStatisticsRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetResourcesStatisticsRequest = {
|
|
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 | |