mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
31 lines
1.6 KiB
Markdown
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 | |