mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.9 KiB
1.9 KiB
GetMetadataChildrenDirectory
Example Usage
import { GetMetadataChildrenDirectory } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMetadataChildrenDirectory = {
leafCount: 16,
thumb: "/library/metadata/30072/thumb/1705739923",
viewedLeafCount: 16,
key: "/library/metadata/30072/allLeaves",
title: "All episodes",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
leafCount |
number | ➖ | N/A | 16 |
thumb |
string | ➖ | N/A | /library/metadata/30072/thumb/1705739923 |
viewedLeafCount |
number | ➖ | N/A | 16 |
key |
string | ➖ | N/A | /library/metadata/30072/allLeaves |
title |
string | ➖ | N/A | All episodes |