AttachedDisk constructor
      
      AttachedDisk({ 
    
    
- String? architecture,
- bool? autoDelete,
- bool? boot,
- String? deviceName,
- CustomerEncryptionKey? diskEncryptionKey,
- String? diskSizeGb,
- bool? forceAttach,
- List<GuestOsFeature> ? guestOsFeatures,
- int? index,
- AttachedDiskInitializeParams? initializeParams,
- String? interface,
- String? kind,
- List<String> ? licenses,
- String? mode,
- String? savedState,
- InitialStateConfig? shieldedInstanceInitialState,
- String? source,
- String? type,
Implementation
AttachedDisk({
  this.architecture,
  this.autoDelete,
  this.boot,
  this.deviceName,
  this.diskEncryptionKey,
  this.diskSizeGb,
  this.forceAttach,
  this.guestOsFeatures,
  this.index,
  this.initializeParams,
  this.interface,
  this.kind,
  this.licenses,
  this.mode,
  this.savedState,
  this.shieldedInstanceInitialState,
  this.source,
  this.type,
});