TargetOSInfoResponse

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

The information of the target OS to be tested.

Constructors

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

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

Insider Channel Ids. Only used for feature update.

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 ids of the target OSs from Custom Images to be tested.

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

Specifies the target OSs to be tested.