mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
16 lines
319 B
Markdown
16 lines
319 B
Markdown
# GetUserDetailsStatus
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetUserDetailsStatus } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetUserDetailsStatus = GetUserDetailsStatus.Online;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Online` | online |
|
|
| `Offline` | offline | |