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