Target OSInfo Args
data class TargetOSInfoArgs(val baselineOSs: Output<List<String>>? = null, val osUpdateType: Output<String>, val targetOSs: Output<List<String>>) : ConvertibleToJava<TargetOSInfoArgs>
The information of the target OS to be tested.