MobilityServiceUpdateResponse

data class MobilityServiceUpdateResponse(val osType: String? = null, val rebootStatus: String? = null, val version: String? = null)

The Mobility Service update details.

Constructors

Link copied to clipboard
constructor(osType: String? = null, rebootStatus: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val osType: String? = null

The OS type.

Link copied to clipboard
val rebootStatus: String? = null

The reboot status of the update - whether it is required or not.

Link copied to clipboard
val version: String? = null

The version of the latest update.