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

19 lines
1.8 KiB
Markdown

# ComputeChannelMapResponse
## Example Usage
```typescript
import { ComputeChannelMapResponse } from "@lukehagar/plexjs/models/operations";
let value: ComputeChannelMapResponse = {
headers: {},
result: {},
};
```
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
| `result` | [operations.ComputeChannelMapResponseBody](../../models/operations/computechannelmapresponsebody.md) | :heavy_check_mark: | N/A |