mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
Normalized imports, regenerated
This commit is contained in:
18
docs/sdk/models/operations/includehttps.md
Normal file
18
docs/sdk/models/operations/includehttps.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# IncludeHttps
|
||||
|
||||
Include Https entries in the results
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { IncludeHttps } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: IncludeHttps = IncludeHttps.One;
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------ | ------ |
|
||||
| `Zero` | 0 |
|
||||
| `One` | 1 |
|
||||
Reference in New Issue
Block a user