timeBasedRetention property

  1. @TagNumber.new(4)
AutomatedBackupPolicy_TimeBasedRetention get timeBasedRetention

Time-based Backup retention policy.

Implementation

@$pb.TagNumber(4)
AutomatedBackupPolicy_TimeBasedRetention get timeBasedRetention => $_getN(3);
  1. @TagNumber.new(4)
set timeBasedRetention (AutomatedBackupPolicy_TimeBasedRetention v)

Implementation

@$pb.TagNumber(4)
set timeBasedRetention(AutomatedBackupPolicy_TimeBasedRetention v) {
  setField(4, v);
}