Io TDevice Info Response
data class IoTDeviceInfoResponse(val authentication: AuthenticationResponse? = null, val deviceId: String, val ioTHostHub: String, val ioTHostHubId: String? = null)
Metadata of IoT device/IoT Edge device to be configured.
Constructors
Link copied to clipboard
constructor(authentication: AuthenticationResponse? = null, deviceId: String, ioTHostHub: String, ioTHostHubId: String? = null)