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