AttachedDisk constructor

AttachedDisk({
  1. String? mode,
  2. String? sourceDisk,
})

Implementation

AttachedDisk({this.mode, this.sourceDisk});