mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
18 lines
298 B
Markdown
18 lines
298 B
Markdown
# IncludeIPv6
|
|
|
|
Include IPv6 entries in the results
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { IncludeIPv6 } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: IncludeIPv6 = IncludeIPv6.True;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------- | ------- |
|
|
| `False` | 0 |
|
|
| `True` | 1 | |