DeviceInstance constructor

DeviceInstance({
  1. String? arn,
  2. String? deviceArn,
  3. InstanceProfile? instanceProfile,
  4. List<String>? labels,
  5. InstanceStatus? status,
  6. String? udid,
})

Implementation

DeviceInstance({
  this.arn,
  this.deviceArn,
  this.instanceProfile,
  this.labels,
  this.status,
  this.udid,
});