TestTimingArgs

data class TestTimingArgs(val testProcessDuration: Output<DurationArgs>? = null) : ConvertibleToJava<TestTimingArgs>

Testing timing break down to know phases.

Constructors

Link copied to clipboard
fun TestTimingArgs(testProcessDuration: Output<DurationArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TestTimingArgs

Properties

Link copied to clipboard
val testProcessDuration: Output<DurationArgs>? = null

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