mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 04:20:52 +00:00
17 lines
591 B
Markdown
17 lines
591 B
Markdown
# GetLibrarySectionsAllDirector
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetLibrarySectionsAllDirector } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetLibrarySectionsAllDirector = {
|
|
tag: "Danny Boyle",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| -------------------- | -------------------- | -------------------- | -------------------- | -------------------- |
|
|
| `tag` | *string* | :heavy_check_mark: | The role of Director | Danny Boyle | |