ProcessWindow

@JsonClass(generateAdapter = true)
data class ProcessWindow(@Json(name = "startTime") val startTime: String, @Json(name = "endTime") val endTime: String)

Constructors

Link copied to clipboard
constructor(@Json(name = "startTime") startTime: String, @Json(name = "endTime") endTime: String)

Properties

Link copied to clipboard

The end time of the processing window.

Link copied to clipboard

The start time of the processing window.