Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 492 Bytes

getsearchalllibrariesqueryparamincludecollections.md

File metadata and controls

19 lines (13 loc) · 492 Bytes

GetSearchAllLibrariesQueryParamIncludeCollections

Whether to include collections in the search results.

Example Usage

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

let value: GetSearchAllLibrariesQueryParamIncludeCollections =
  GetSearchAllLibrariesQueryParamIncludeCollections.Enable;

Values

Name Value
Disable 0
Enable 1