mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 12:37:45 +00:00
19 lines
836 B
Markdown
19 lines
836 B
Markdown
# GetAllLibrariesLocation
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetAllLibrariesLocation } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetAllLibrariesLocation = {
|
|
id: 1,
|
|
path: "/Movies",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| --------------------------- | --------------------------- | --------------------------- | --------------------------- | --------------------------- |
|
|
| `id` | *number* | :heavy_check_mark: | The ID of the location. | 1 |
|
|
| `path` | *string* | :heavy_check_mark: | The path to the media item. | /Movies | |