DbLevelValidationStatusResponse

data class DbLevelValidationStatusResponse(val databaseName: String? = null, val endedOn: String? = null, val startedOn: String? = null, val summary: List<ValidationSummaryItemResponse>? = null)

Validation status summary for an individual database

Constructors

Link copied to clipboard
constructor(databaseName: String? = null, endedOn: String? = null, startedOn: String? = null, summary: List<ValidationSummaryItemResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

Name of the database

Link copied to clipboard
val endedOn: String? = null

End date-time of a database level validation

Link copied to clipboard
val startedOn: String? = null

Start date-time of a database level validation

Link copied to clipboard

Summary of database level validations