DeviceData constructor
DeviceData({
- DateTime? createdTime,
- String? deviceArn,
- String? deviceName,
- String? deviceSerialNumber,
- DeviceStatus? deviceStatus,
- DeviceStatusInfo? deviceStatusInfo,
- String? deviceType,
- String? macAddress,
- String? networkProfileArn,
- String? networkProfileName,
- String? roomArn,
- String? roomName,
- 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,
});