# ModifyDeviceResponse ## Example Usage ```typescript import { ModifyDeviceResponse } from "@lukehagar/plexjs/models/operations"; let value: ModifyDeviceResponse = { headers: { "key": [ "", ], "key1": [ "", "", ], "key2": [ "", ], }, result: {}, }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | | `headers` | Record | :heavy_check_mark: | N/A | | `result` | [operations.ModifyDeviceResponseBody](../../models/operations/modifydeviceresponsebody.md) | :heavy_check_mark: | N/A |