GetCoreDeviceResponse constructor

GetCoreDeviceResponse({
  1. String? architecture,
  2. String? coreDeviceThingName,
  3. String? coreVersion,
  4. DateTime? lastStatusUpdateTimestamp,
  5. String? platform,
  6. CoreDeviceStatus? status,
  7. Map<String, String>? tags,
})

Implementation

GetCoreDeviceResponse({
  this.architecture,
  this.coreDeviceThingName,
  this.coreVersion,
  this.lastStatusUpdateTimestamp,
  this.platform,
  this.status,
  this.tags,
});