mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
# ReportResponse
|
|
|
|
OK
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ReportResponse } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: ReportResponse = {
|
|
mediaContainer: {
|
|
livetv: 7,
|
|
machineIdentifier: "0123456789abcdef0123456789abcdef012345678",
|
|
musicAnalysis: 2,
|
|
myPlexMappingState: "mapped",
|
|
myPlexSigninState: "ok",
|
|
offlineTranscode: 1,
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
|
| `mediaContainer` | [operations.ReportMediaContainer](../../models/operations/reportmediacontainer.md) | :heavy_minus_sign: | N/A | |