DescribeDeviceResponse constructor

DescribeDeviceResponse({
  1. DateTime? firstAccessedTime,
  2. DateTime? lastAccessedTime,
  3. String? manufacturer,
  4. String? model,
  5. String? operatingSystem,
  6. String? operatingSystemVersion,
  7. String? patchLevel,
  8. DeviceStatus? status,
  9. String? username,
})

Implementation

DescribeDeviceResponse({
  this.firstAccessedTime,
  this.lastAccessedTime,
  this.manufacturer,
  this.model,
  this.operatingSystem,
  this.operatingSystemVersion,
  this.patchLevel,
  this.status,
  this.username,
});