mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
17 lines
493 B
Markdown
17 lines
493 B
Markdown
# Guids
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Guids } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Guids = {
|
|
id: "imdb://tt3032476",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `id` | *string* | :heavy_check_mark: | The GUID value. | imdb://tt3032476 | |