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

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 |