retentionPolicy property
RetentionPolicy governs lifecycle of Backups created under this plan.
Implementation
@$pb.TagNumber(7)
BackupPlan_RetentionPolicy get retentionPolicy => $_getN(6);
Implementation
@$pb.TagNumber(7)
set retentionPolicy(BackupPlan_RetentionPolicy v) {
setField(7, v);
}