retainedBackups property
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;
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.
core.int? retainedBackups;