Files
plexjs/docs/sdk/models/operations/includedetails.md

456 B

IncludeDetails

Whether or not to include details for a section (types, filters, and sorts). Only exists for backwards compatibility, media providers other than the server libraries have it on always.

Example Usage

import { IncludeDetails } from "@lukehagar/plexjs/sdk/models/operations";

let value: IncludeDetails = IncludeDetails.One;

Values

Name Value
Zero 0
One 1