mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
832 B
832 B
Rating
The type of rating, for example 'audience' or 'critic'.
Example Usage
import { Rating } from "@lukehagar/plexjs/sdk/models/operations";
let value: Rating = {
image: "imdb://image.rating",
value: 5.1,
type: "audience",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
image |
string | ✔️ | N/A | imdb://image.rating |
value |
number | ✔️ | N/A | 5.1 |
type |
string | ✔️ | N/A | audience |