RestoreObjectOutput constructor

RestoreObjectOutput({
  1. RequestCharged? requestCharged,
  2. String? restoreOutputPath,
})

Implementation

RestoreObjectOutput({
  this.requestCharged,
  this.restoreOutputPath,
});