mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
25 lines
1.9 KiB
Markdown
25 lines
1.9 KiB
Markdown
# GetMetadataChildrenDirectory
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
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* | :heavy_minus_sign: | N/A | 16 |
|
|
| `thumb` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/thumb/1705739923 |
|
|
| `viewedLeafCount` | *number* | :heavy_minus_sign: | N/A | 16 |
|
|
| `key` | *string* | :heavy_minus_sign: | N/A | /library/metadata/30072/allLeaves |
|
|
| `title` | *string* | :heavy_minus_sign: | N/A | All episodes | |