Files

970 B

DownloadUpdate

Properties

Name Type Description Notes
archive_size int [optional]
include_embedded_videos bool [optional]

Example

from generated.immich.openapi_client.models.download_update import DownloadUpdate

# TODO update the JSON string below
json = "{}"
# create an instance of DownloadUpdate from a JSON string
download_update_instance = DownloadUpdate.from_json(json)
# print the JSON string representation of the object
print(DownloadUpdate.to_json())

# convert the object into a dict
download_update_dict = download_update_instance.to_dict()
# create an instance of DownloadUpdate from a dict
download_update_from_dict = DownloadUpdate.from_dict(download_update_dict)

[Back to Model list] [Back to API list] [Back to README]