mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 12:37:45 +00:00
Normalized imports, regenerated
This commit is contained in:
17
docs/sdk/models/operations/getresourcesstatisticsrequest.md
Normal file
17
docs/sdk/models/operations/getresourcesstatisticsrequest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user