mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
20 lines
403 B
Markdown
20 lines
403 B
Markdown
# IncludeRelay
|
|
|
|
Include Relay addresses in the results
|
|
E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400
|
|
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { IncludeRelay } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: IncludeRelay = IncludeRelay.Enable;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Disable` | 0 |
|
|
| `Enable` | 1 | |