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

2.7 KiB
Raw Blame History

GetUpdateStatusResponse

Example Usage

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

let value: GetUpdateStatusResponse = {
  contentType: "<value>",
  statusCode: 419425,
};

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.GetUpdateStatusResponseBody The Server Updates