WeeklyRetentionScheduleResponse

data class WeeklyRetentionScheduleResponse(val daysOfTheWeek: List<String>? = null, val retentionDuration: RetentionDurationResponse? = null, val retentionTimes: List<String>? = null)

Weekly retention schedule.

Constructors

Link copied to clipboard
constructor(daysOfTheWeek: List<String>? = null, retentionDuration: RetentionDurationResponse? = null, retentionTimes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val daysOfTheWeek: List<String>? = null

List of days of week for weekly retention policy.

Link copied to clipboard

Retention duration of retention Policy.

Link copied to clipboard
val retentionTimes: List<String>? = null

Retention times of retention policy.