mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
12 lines
638 B
Markdown
12 lines
638 B
Markdown
# Rating
|
|
|
|
The type of rating, for example 'audience' or 'critic'.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
|
|
| `Image` | *string* | :heavy_check_mark: | N/A | imdb://image.rating |
|
|
| `Value` | *double* | :heavy_check_mark: | N/A | 5.1 |
|
|
| `Type` | *string* | :heavy_check_mark: | N/A | audience | |