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