Files
plexjs/docs/sdk/models/operations/getsessionsuser.md
2024-09-08 03:06:14 +00:00

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 |