ResultConfigurationUpdates constructor
ResultConfigurationUpdates({
- EncryptionConfiguration? encryptionConfiguration,
- String? outputLocation,
- bool? removeEncryptionConfiguration,
- bool? removeOutputLocation,
Implementation
ResultConfigurationUpdates({
this.encryptionConfiguration,
this.outputLocation,
this.removeEncryptionConfiguration,
this.removeOutputLocation,
});