GetBackupSelectionOutput constructor
GetBackupSelectionOutput({
- String? backupPlanId,
- BackupSelection? backupSelection,
- DateTime? creationDate,
- String? creatorRequestId,
- String? selectionId,
Implementation
GetBackupSelectionOutput({
this.backupPlanId,
this.backupSelection,
this.creationDate,
this.creatorRequestId,
this.selectionId,
});