Files
plexjs/docs/models/operations/listplaybackhistoryresponse.md

19 lines
1.9 KiB
Markdown

# ListPlaybackHistoryResponse
## Example Usage
```typescript
import { ListPlaybackHistoryResponse } from "@lukehagar/plexjs/models/operations";
let value: ListPlaybackHistoryResponse = {
headers: {},
result: {},
};
```
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
| `result` | [operations.ListPlaybackHistoryResponseBody](../../models/operations/listplaybackhistoryresponsebody.md) | :heavy_check_mark: | N/A |