Get Device Result
data class GetDeviceResult(val chipSku: String, val deviceId: String? = null, val id: String, val lastAvailableOsVersion: String, val lastInstalledOsVersion: String, val lastOsUpdateUtc: String, val lastUpdateRequestUtc: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
An device resource belonging to a device group resource.