# 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 |