mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 12:37:45 +00:00
19 lines
700 B
Markdown
19 lines
700 B
Markdown
# GetLibraryItemsLocation
|
|
|
|
The folder path for the media item.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetLibraryItemsLocation } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetLibraryItemsLocation = {
|
|
path: "/TV Shows/Clarkson's Farm",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------- | ------------------------- | ------------------------- | ------------------------- | ------------------------- |
|
|
| `path` | *string* | :heavy_check_mark: | N/A | /TV Shows/Clarkson's Farm | |