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