Files
plexjs/docs/models/getmetadatabyratingkeyrequest.md

17 lines
1.0 KiB
Markdown

# GetMetaDataByRatingKeyRequest
## Example Usage
```typescript
import { GetMetaDataByRatingKeyRequest } from "@lukehagar/plexjs";
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 |