retentionPolicy property

  1. @TagNumber.new(7)
BackupPlan_RetentionPolicy get retentionPolicy

RetentionPolicy governs lifecycle of Backups created under this plan.

Implementation

@$pb.TagNumber(7)
BackupPlan_RetentionPolicy get retentionPolicy => $_getN(6);
  1. @TagNumber.new(7)
set retentionPolicy (BackupPlan_RetentionPolicy v)

Implementation

@$pb.TagNumber(7)
set retentionPolicy(BackupPlan_RetentionPolicy v) {
  setField(7, v);
}