UpdatePrerequisiteResponse

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.

Constructors

Link copied to clipboard
constructor(packageName: String? = null, updateType: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val packageName: String? = null

Friendly name of the prerequisite.

Link copied to clipboard
val updateType: String? = null

Updatable component type.

Link copied to clipboard
val version: String? = null

Version of the prerequisite.