TimeSpanResponse

data class TimeSpanResponse(val endTime: String, val startTime: String)

Start and end times for a build execution phase.

Constructors

Link copied to clipboard
fun TimeSpanResponse(endTime: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End of time span.

Link copied to clipboard

Start of time span.