mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
1.1 KiB
Markdown
17 lines
1.1 KiB
Markdown
# GetMetaDataByRatingKeyRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetMetaDataByRatingKeyRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetMetaDataByRatingKeyRequest = {
|
|
ratingKey: 9518,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
|
|
| `ratingKey` | *number* | :heavy_check_mark: | the id of the library item to return the children of. | 9518 | |