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

1.6 KiB
Raw Blame History

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