mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.6 KiB
1.6 KiB
GetPersonResponse
OK
Example Usage
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 | ➖ | N/A |