ExecutedValidationResponse

data class ExecutedValidationResponse(val executionTime: String? = null, val status: String? = null, val type: String? = null, val version: String? = null)

This is the executed Validation.

Constructors

Link copied to clipboard
constructor(executionTime: String? = null, status: String? = null, type: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val executionTime: String? = null

This property specifies the starting timestamp.

Link copied to clipboard
val status: String? = null

This property specifies the status of the validationProfile of the image version.

Link copied to clipboard
val type: String? = null

This property specifies the type of image version validation.

Link copied to clipboard
val version: String? = null

This property specifies the valid version of the validation.