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

2.8 KiB
Raw Blame History

GetSearchLibraryResponse

Example Usage

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

let value: GetSearchLibraryResponse = {
  contentType: "<value>",
  statusCode: 39973,
};

Fields

Field Type Required Description
contentType string ✔️ HTTP response content type for this operation
statusCode number ✔️ HTTP response status code for this operation
rawResponse Response ✔️ Raw HTTP response; suitable for custom response parsing
object operations.GetSearchLibraryResponseBody The contents of the library by section and type