mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
23 lines
2.7 KiB
Markdown
23 lines
2.7 KiB
Markdown
# GetWatchListResponseBody
|
|
|
|
Watchlist Data
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetWatchListResponseBody } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetWatchListResponseBody = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
|
| `librarySectionID` | *string* | :heavy_minus_sign: | N/A |
|
|
| `librarySectionTitle` | *string* | :heavy_minus_sign: | N/A |
|
|
| `offset` | *number* | :heavy_minus_sign: | N/A |
|
|
| `totalSize` | *number* | :heavy_minus_sign: | N/A |
|
|
| `identifier` | *string* | :heavy_minus_sign: | N/A |
|
|
| `size` | *number* | :heavy_minus_sign: | N/A |
|
|
| `metadata` | [operations.Metadata](../../../sdk/models/operations/metadata.md)[] | :heavy_minus_sign: | N/A | |