DeviceData constructor

DeviceData({
  1. DateTime? createdTime,
  2. String? deviceArn,
  3. String? deviceName,
  4. String? deviceSerialNumber,
  5. DeviceStatus? deviceStatus,
  6. DeviceStatusInfo? deviceStatusInfo,
  7. String? deviceType,
  8. String? macAddress,
  9. String? networkProfileArn,
  10. String? networkProfileName,
  11. String? roomArn,
  12. String? roomName,
  13. String? softwareVersion,
})

Implementation

DeviceData({
  this.createdTime,
  this.deviceArn,
  this.deviceName,
  this.deviceSerialNumber,
  this.deviceStatus,
  this.deviceStatusInfo,
  this.deviceType,
  this.macAddress,
  this.networkProfileArn,
  this.networkProfileName,
  this.roomArn,
  this.roomName,
  this.softwareVersion,
});