ValidationSummaryItemResponse

data class ValidationSummaryItemResponse(val messages: List<ValidationMessageResponse>? = null, val state: String? = null, val type: String? = null)

Validation summary object

Constructors

Link copied to clipboard
constructor(messages: List<ValidationMessageResponse>? = null, state: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Validation messages

Link copied to clipboard
val state: String? = null

Validation status for migration

Link copied to clipboard
val type: String? = null

Validation type