StartRestoreJobOutput constructor

StartRestoreJobOutput({
  1. String? restoreJobId,
})

Implementation

StartRestoreJobOutput({
  this.restoreJobId,
});