ExportInstanceRequest constructor
      
      ExportInstanceRequest({ 
    
    
- ExportEncryptionConfig? encryptionConfig,
 - String? gcsUri,
 
Implementation
ExportInstanceRequest({
  this.encryptionConfig,
  this.gcsUri,
});