Get Edge Device Result
data class GetEdgeDeviceResult(val deviceConfiguration: DeviceConfigurationResponse, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Edge device resource
Constructors
Link copied to clipboard
constructor(deviceConfiguration: DeviceConfigurationResponse, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)