SavedDisk constructor

SavedDisk({
  1. String? architecture,
  2. String? kind,
  3. String? sourceDisk,
  4. String? storageBytes,
  5. String? storageBytesStatus,
})

Implementation

SavedDisk({
  this.architecture,
  this.kind,
  this.sourceDisk,
  this.storageBytes,
  this.storageBytesStatus,
});