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.
The overview of the compliance result for one report.