mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
18 lines
1.4 KiB
Markdown
18 lines
1.4 KiB
Markdown
# GetMetadataChildrenRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetMetadataChildrenRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetMetadataChildrenRequest = {
|
|
ratingKey: 2239.24,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
|
| `ratingKey` | *number* | :heavy_check_mark: | the id of the library item to return the children of. |
|
|
| `includeElements` | *string* | :heavy_minus_sign: | Adds additional elements to the response. Supported types are (Stream)<br/> | |