Mobility Service Update Response
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
fun MobilityServiceUpdateResponse(osType: String? = null, rebootStatus: String? = null, version: String? = null)