mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
17 lines
1.1 KiB
Markdown
17 lines
1.1 KiB
Markdown
# GetLibrarySectionsAllRole
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetLibrarySectionsAllRole } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetLibrarySectionsAllRole = {
|
|
tag: "Teller",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
|
|
| `tag` | *string* | :heavy_check_mark: | The display tag for the actor (typically the actor's name). | Teller | |