mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
17 lines
1009 B
Markdown
17 lines
1009 B
Markdown
# Collection
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Collection } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Collection = {
|
|
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 | |