ProgressReport
data class ProgressReport(val progressReportDelayInMilliseconds: Long?, val progressReportIntervalInMilliseconds: Long?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ProgressReport(progressReportDelayInMilliseconds: Long?, progressReportIntervalInMilliseconds: Long?)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "progressReportDelayInMilliseconds")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "progressReportIntervalInMilliseconds")
Content copied to clipboard