TestTimingResponse

data class TestTimingResponse(val testProcessDuration: DurationResponse)

Testing timing break down to know phases.

Constructors

Link copied to clipboard
fun TestTimingResponse(testProcessDuration: DurationResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How long it took to run the test process. - In response: present if previously set. - In create/update request: optional