BackupRule constructor
BackupRule({})
Implementation
BackupRule({
required this.ruleName,
required this.targetBackupVaultName,
this.completionWindowMinutes,
this.copyActions,
this.lifecycle,
this.recoveryPointTags,
this.ruleId,
this.scheduleExpression,
this.startWindowMinutes,
});