OverviewStatusResponse

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
constructor(failedCount: Int? = null, manualCount: Int? = null, passedCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failedCount: Int? = null

The count of all failed full automation control.

Link copied to clipboard
val manualCount: Int? = null

The count of all manual control.

Link copied to clipboard
val passedCount: Int? = null

The count of all passed full automation control.