SavedAttachedDisk constructor

SavedAttachedDisk({
  1. bool? autoDelete,
  2. bool? boot,
  3. String? deviceName,
  4. CustomerEncryptionKey? diskEncryptionKey,
  5. String? diskSizeGb,
  6. String? diskType,
  7. List<GuestOsFeature>? guestOsFeatures,
  8. int? index,
  9. String? interface,
  10. String? kind,
  11. List<String>? licenses,
  12. String? mode,
  13. String? source,
  14. String? storageBytes,
  15. String? storageBytesStatus,
  16. String? type,
})

Implementation

SavedAttachedDisk({
  this.autoDelete,
  this.boot,
  this.deviceName,
  this.diskEncryptionKey,
  this.diskSizeGb,
  this.diskType,
  this.guestOsFeatures,
  this.index,
  this.interface,
  this.kind,
  this.licenses,
  this.mode,
  this.source,
  this.storageBytes,
  this.storageBytesStatus,
  this.type,
});