PersistentDisk constructor

PersistentDisk({
  1. int? sizeGb,
  2. String? sourceImage,
  3. String? type,
})

Implementation

PersistentDisk({
  this.sizeGb,
  this.sourceImage,
  this.type,
});