ResultConfigurationUpdates constructor

ResultConfigurationUpdates({
  1. EncryptionConfiguration? encryptionConfiguration,
  2. String? outputLocation,
  3. bool? removeEncryptionConfiguration,
  4. bool? removeOutputLocation,
})

Implementation

ResultConfigurationUpdates({
  this.encryptionConfiguration,
  this.outputLocation,
  this.removeEncryptionConfiguration,
  this.removeOutputLocation,
});