retainedBackups property

int? retainedBackups
getter/setter pair

Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted.

If retention_unit is 'COUNT', we will retain this many backups.

Implementation

core.int? retainedBackups;