Files
plexjs/docs/sdk/models/operations/getlibrarysectionsallcollection.md

17 lines
1.0 KiB
Markdown

# GetLibrarySectionsAllCollection
## Example Usage
```typescript
import { GetLibrarySectionsAllCollection } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibrarySectionsAllCollection = {
tag: "My Awesome Collection",
};
```
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- |
| `tag` | *string* | :heavy_check_mark: | The user-made collection this media item belongs to | My Awesome Collection |