Get Device Result
data class GetDeviceResult(val deviceType: String, val id: String, val location: String, val name: String, val networkFunctions: List<SubResourceResponse>, val provisioningState: String, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Device resource.