mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
24 lines
1.6 KiB
Markdown
24 lines
1.6 KiB
Markdown
# ListLineupsResponse
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListLineupsResponse } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: ListLineupsResponse = {
|
|
headers: {
|
|
"key": [
|
|
"<value 1>",
|
|
"<value 2>",
|
|
],
|
|
},
|
|
result: {},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
|
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
|
|
| `result` | [shared.MediaContainerWithLineup](../../models/shared/mediacontainerwithlineup.md) | :heavy_check_mark: | N/A | |