# IncludeIPv6 Include IPv6 entries in the results ## Example Usage ```typescript import { IncludeIPv6 } from "@lukehagar/plexjs/models/operations"; let value: IncludeIPv6 = IncludeIPv6.True; ``` ## Values | Name | Value | | ------- | ------- | | `False` | 0 | | `True` | 1 |