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

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 |