Files
plexjs/docs/sdk/models/operations/getgenreslibraryrequest.md

1.6 KiB

GetGenresLibraryRequest

Example Usage

import { GetGenresLibraryRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetGenresLibraryRequest = {
  sectionKey: 9518,
};

Fields

Field Type Required Description Example
sectionKey number ✔️ The unique key of the Plex library.
Note: This is unique in the context of the Plex server.
9518