mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 14:20:08 +00:00
17 lines
814 B
Markdown
17 lines
814 B
Markdown
# LibraryUpdateInfo
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**foldersAddedTo** | **[String]** | Gets or sets the folders added to. | [optional]
|
|
**foldersRemovedFrom** | **[String]** | Gets or sets the folders removed from. | [optional]
|
|
**itemsAdded** | **[String]** | Gets or sets the items added. | [optional]
|
|
**itemsRemoved** | **[String]** | Gets or sets the items removed. | [optional]
|
|
**itemsUpdated** | **[String]** | Gets or sets the items updated. | [optional]
|
|
**collectionFolders** | **[String]** | | [optional]
|
|
**isEmpty** | **Bool** | | [optional] [readonly]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|