RetentionDurationResponse

data class RetentionDurationResponse(val count: Int? = null, val durationType: String? = null)

Retention duration.

Constructors

Link copied to clipboard
constructor(count: Int? = null, durationType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

Count of duration types. Retention duration is obtained by the counting the duration type Count times. For example, when Count = 3 and DurationType = Weeks, retention duration will be three weeks.

Link copied to clipboard
val durationType: String? = null

Retention duration type of retention policy.