jellyfin-sdk-swift/docs/LibraryUpdateInfo.md
2021-06-02 21:05:58 +00:00

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)