RaidArray constructor

RaidArray({
  1. String? availabilityZone,
  2. String? createdAt,
  3. String? device,
  4. String? instanceId,
  5. int? iops,
  6. String? mountPoint,
  7. String? name,
  8. int? numberOfDisks,
  9. String? raidArrayId,
  10. int? raidLevel,
  11. int? size,
  12. String? stackId,
  13. String? volumeType,
})

Implementation

RaidArray({
  this.availabilityZone,
  this.createdAt,
  this.device,
  this.instanceId,
  this.iops,
  this.mountPoint,
  this.name,
  this.numberOfDisks,
  this.raidArrayId,
  this.raidLevel,
  this.size,
  this.stackId,
  this.volumeType,
});