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

17 lines
541 B
Markdown

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