mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 20:57:43 +00:00
5.0 KiB
5.0 KiB
GetRecentlyAddedMediaContainer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
::Integer | ✔️ | Number of media items returned in this response. | 50 |
total_size |
::Integer | ✔️ | Total number of media items in the library. | 50 |
offset |
::Integer | ✔️ | Offset value for pagination. | 0 |
allow_sync |
T::Boolean | ✔️ | Indicates whether syncing is allowed. | false |
identifier |
::String | ✔️ | An plugin identifier for the media container. | com.plexapp.plugins.library |
meta |
T.nilable(Models::Operations::Meta) | ➖ | The Meta object is only included in the response if the includeMeta parameter is set to 1. |
|
metadata |
T::Array<Models::Operations::GetRecentlyAddedMetadata> | ➖ | An array of metadata items. |