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

2.8 KiB
Raw Blame History

GetMediaMetaDataResponse

Example Usage

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

let value: GetMediaMetaDataResponse = {
  contentType: "<value>",
  statusCode: 114115,
};

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.GetMediaMetaDataResponseBody The metadata of the library item.