Overview Status Response
data class OverviewStatusResponse(val failedCount: Int? = null, val manualCount: Int? = null, val passedCount: Int? = null)
The overview of the compliance result for one report.
Constructors
Link copied to clipboard
fun OverviewStatusResponse(failedCount: Int? = null, manualCount: Int? = null, passedCount: Int? = null)