backupConfig property
Defines the configuration of Backups created via this BackupPlan.
Implementation
@$pb.TagNumber(12)
BackupPlan_BackupConfig get backupConfig => $_getN(11);
Implementation
@$pb.TagNumber(12)
set backupConfig(BackupPlan_BackupConfig v) {
setField(12, v);
}