LibraryItemDownloadSessionKeepAliveRequestBody
This is a request body class for an operation.
Properties
integer as int64
progress
Optional
Optional update to the progress property of the session. If specified, the new progress should be greater then the current progress. See DownloadSessionModel.client-progress. If not specified the progress is not updated.
JSON Example
{
"progress": 0
}