CreateBackupSelectionOutput constructor

CreateBackupSelectionOutput({
  1. String? backupPlanId,
  2. DateTime? creationDate,
  3. String? selectionId,
})

Implementation

CreateBackupSelectionOutput({
  this.backupPlanId,
  this.creationDate,
  this.selectionId,
});