mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.3 KiB
1.3 KiB
GetCountriesLibraryDirectory
Example Usage
import { GetCountriesLibraryDirectory } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetCountriesLibraryDirectory = {
fastKey: "/library/sections/2/all?country=15491",
key: "15491",
title: "Japan",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
fastKey |
string | ✔️ | N/A | /library/sections/2/all?country=15491 |
key |
string | ✔️ | N/A | 15491 |
title |
string | ✔️ | N/A | Japan |