Build Test Or Container Outcome
data class BuildTestOrContainerOutcome(@Json(name = "overall" ) val overall: TestOutcome, @Json(name = "own" ) val own: TestOutcome? = null, @Json(name = "children" ) val children: TestOutcome? = null)
Parameters
overall
own
children
Constructors
Link copied to clipboard
constructor(@Json(name = "overall" ) overall: TestOutcome, @Json(name = "own" ) own: TestOutcome? = null, @Json(name = "children" ) children: TestOutcome? = null)