PolicyRuleRetentionRule

data class PolicyRuleRetentionRule(val advancedRetentionType: String? = null, val retention: Int? = null)

Constructors

Link copied to clipboard
constructor(advancedRetentionType: String? = null, retention: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Valid values: annually, MONTHLY, and WEEKLY:- annually: the first backup of each year. - MONTHLY: The first backup of the month. - WEEKLY: The first backup of the week. - DAILY: The first backup of the day.

Link copied to clipboard
val retention: Int? = null

Retention time, in days.