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

17 lines
528 B
Markdown

# Director
## Example Usage
```typescript
import { Director } from "@lukehagar/plexjs/sdk/models/operations";
let value: Director = {
tag: "Danny Boyle",
};
```
## Fields
| Field | Type | Required | Description | Example |
| -------------------- | -------------------- | -------------------- | -------------------- | -------------------- |
| `tag` | *string* | :heavy_check_mark: | The role of Director | Danny Boyle |