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

17 lines
566 B
Markdown

# GetSearchAllLibrariesLocation
## Example Usage
```typescript
import { GetSearchAllLibrariesLocation } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSearchAllLibrariesLocation = {
path: "/TV Shows/House",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `path` | *string* | :heavy_minus_sign: | N/A | /TV Shows/House |