# IncludeHttps Include Https entries in the results ## Example Usage ```typescript import { IncludeHttps } from "@lukehagar/plexjs/sdk/models/operations"; let value: IncludeHttps = IncludeHttps.Enable; ``` ## Values | Name | Value | | --------- | --------- | | `Disable` | 0 | | `Enable` | 1 |