backupConfig property

  1. @TagNumber.new(12)
BackupPlan_BackupConfig get backupConfig

Defines the configuration of Backups created via this BackupPlan.

Implementation

@$pb.TagNumber(12)
BackupPlan_BackupConfig get backupConfig => $_getN(11);
  1. @TagNumber.new(12)
set backupConfig (BackupPlan_BackupConfig v)

Implementation

@$pb.TagNumber(12)
set backupConfig(BackupPlan_BackupConfig v) {
  setField(12, v);
}