ListBackupsOutput constructor
ListBackupsOutput({
- List<
BackupSummary> ? backupSummaries, - String? lastEvaluatedBackupArn,
Implementation
ListBackupsOutput({
this.backupSummaries,
this.lastEvaluatedBackupArn,
});