mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
17 lines
1.5 KiB
Markdown
17 lines
1.5 KiB
Markdown
# GetAllMediaLibraryGuids
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetAllMediaLibraryGuids } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetAllMediaLibraryGuids = {
|
|
id: "tvdb://2337",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
|
|
| `id` | *string* | :heavy_minus_sign: | The unique identifier for the Guid. Can be imdb://tt0286347, tmdb://1763, tvdb://2337<br/> | tvdb://2337 | |