Files
plexjs/docs/models/operations/modifydeviceresponse.md

1.8 KiB

ModifyDeviceResponse

Example Usage

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

let value: ModifyDeviceResponse = {
  headers: {
    "key": [
      "<value 1>",
    ],
    "key1": [
      "<value 1>",
      "<value 2>",
    ],
    "key2": [
      "<value 1>",
    ],
  },
  result: {},
};

Fields

Field Type Required Description
headers Record<string, string[]> ✔️ N/A
result operations.ModifyDeviceResponseBody ✔️ N/A