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

31 lines
1.6 KiB
Markdown

# GetPersonResponse
OK
## Example Usage
```typescript
import { GetPersonResponse } from "@lukehagar/plexjs/models/operations";
let value: GetPersonResponse = {
mediaContainer: {
directory: [
{
filter: "actor=49",
ratingKey: "58683",
role: "Secretary",
tag: "Shaun Lawton",
tagKey: "5d3ee12c4cde6a001c3e0b27",
thumb:
"http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg",
},
],
},
};
```
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `mediaContainer` | [operations.GetPersonMediaContainer](../../models/operations/getpersonmediacontainer.md) | :heavy_minus_sign: | N/A |