RestoreServiceRequest constructor

RestoreServiceRequest({
  1. String? backup,
  2. String? backupLocation,
  3. String? requestId,
  4. String? restoreType,
})

Implementation

RestoreServiceRequest({
  this.backup,
  this.backupLocation,
  this.requestId,
  this.restoreType,
});