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

17 lines
541 B
Markdown

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