GetBackupSelectionOutput constructor

GetBackupSelectionOutput({
  1. String? backupPlanId,
  2. BackupSelection? backupSelection,
  3. DateTime? creationDate,
  4. String? creatorRequestId,
  5. String? selectionId,
})

Implementation

GetBackupSelectionOutput({
  this.backupPlanId,
  this.backupSelection,
  this.creationDate,
  this.creatorRequestId,
  this.selectionId,
});