AttachedDisk constructor

AttachedDisk({
  1. String? path,
  2. int? sizeInGb,
})

Implementation

AttachedDisk({
  this.path,
  this.sizeInGb,
});