TargetOSInfoResponse

data class TargetOSInfoResponse(val baselineOSs: List<String>? = null, val osUpdateType: String, val targetOSs: List<String>)

The information of the target OS to be tested.

Constructors

Link copied to clipboard
constructor(baselineOSs: List<String>? = null, osUpdateType: String, targetOSs: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val baselineOSs: List<String>? = null

Specifies the baseline OSs to be tested.

Link copied to clipboard

Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.

Link copied to clipboard

Specifies the target OSs to be tested.