mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
21 lines
1.8 KiB
Markdown
21 lines
1.8 KiB
Markdown
# GetSessionsUser
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetSessionsUser } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetSessionsUser = {
|
|
id: "1",
|
|
thumb: "https://plex.tv/users/844780fc6f8a26b5/avatar?c=1705853661",
|
|
title: "Blindkitty38",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
|
|
| `id` | *string* | :heavy_minus_sign: | N/A | 1 |
|
|
| `thumb` | *string* | :heavy_minus_sign: | N/A | https://plex.tv/users/844780fc6f8a26b5/avatar?c=1705853661 |
|
|
| `title` | *string* | :heavy_minus_sign: | N/A | Blindkitty38 | |