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

2.9 KiB
Raw Blame History

GetMetadataChildrenResponse

Example Usage

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

let value: GetMetadataChildrenResponse = {
  contentType: "<value>",
  statusCode: 590251,
};

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.GetMetadataChildrenResponseBody The children of the library item.