RestoreObjectOutput constructor
RestoreObjectOutput({
- RequestCharged? requestCharged,
- String? restoreOutputPath,
Implementation
RestoreObjectOutput({
this.requestCharged,
this.restoreOutputPath,
});