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.
Constructors
Link copied to clipboard
fun GetDeviceResult(deviceType: String, id: String, location: String, name: String, networkFunctions: List<SubResourceResponse>, provisioningState: String, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)