BackupRetentionSettingsResponse

data class BackupRetentionSettingsResponse(val retainedBackups: Int, val retentionUnit: String)

We currently only support backup retention by specifying the number of backups we will retain.

Constructors

Link copied to clipboard
fun BackupRetentionSettingsResponse(retainedBackups: Int, retentionUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The unit that 'retained_backups' represents.