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

17 lines
549 B
Markdown

# GetPlaylistContentsWriter
## Example Usage
```typescript
import { GetPlaylistContentsWriter } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetPlaylistContentsWriter = {
tag: "Joss Whedon",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `tag` | *string* | :heavy_minus_sign: | N/A | Joss Whedon |