retentionUnit property

String? retentionUnit
getter/setter pair

The unit that 'retained_backups' represents. Possible string values are:

  • "RETENTION_UNIT_UNSPECIFIED" : Backup retention unit is unspecified, will be treated as COUNT.
  • "COUNT" : Retention will be by count, eg. "retain the most recent 7 backups".

Implementation

core.String? retentionUnit;