DiskBackupProperties constructor
      
      DiskBackupProperties({ 
    
    
- String? accessMode,
 - String? architecture,
 - String? description,
 - bool? enableConfidentialCompute,
 - List<
GuestOsFeature> ? guestOsFeature, - Map<
String, String> ? labels, - List<
String> ? licenses, - String? physicalBlockSizeBytes,
 - String? provisionedIops,
 - String? provisionedThroughput,
 - String? region,
 - List<
String> ? replicaZones, - String? sizeGb,
 - String? sourceDisk,
 - String? storagePool,
 - String? type,
 - String? zone,
 
Implementation
DiskBackupProperties({
  this.accessMode,
  this.architecture,
  this.description,
  this.enableConfidentialCompute,
  this.guestOsFeature,
  this.labels,
  this.licenses,
  this.physicalBlockSizeBytes,
  this.provisionedIops,
  this.provisionedThroughput,
  this.region,
  this.replicaZones,
  this.sizeGb,
  this.sourceDisk,
  this.storagePool,
  this.type,
  this.zone,
});