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

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 |