Update Prerequisite Args
data class UpdatePrerequisiteArgs(val packageName: Output<String>? = null, val updateType: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<UpdatePrerequisiteArgs>
If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.