YearlyRetentionScheduleResponse

data class YearlyRetentionScheduleResponse(val monthsOfYear: List<String>? = null, val retentionDuration: RetentionDurationResponse? = null, val retentionScheduleDaily: DailyRetentionFormatResponse? = null, val retentionScheduleFormatType: String? = null, val retentionScheduleWeekly: WeeklyRetentionFormatResponse? = null, val retentionTimes: List<String>? = null)

Yearly retention schedule.

Constructors

Link copied to clipboard
constructor(monthsOfYear: List<String>? = null, retentionDuration: RetentionDurationResponse? = null, retentionScheduleDaily: DailyRetentionFormatResponse? = null, retentionScheduleFormatType: String? = null, retentionScheduleWeekly: WeeklyRetentionFormatResponse? = null, retentionTimes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of months of year of yearly retention policy.

Link copied to clipboard

Retention duration of retention Policy.

Link copied to clipboard

Daily retention format for yearly retention policy.

Link copied to clipboard

Retention schedule format for yearly retention policy.

Link copied to clipboard

Weekly retention format for yearly retention policy.

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

Retention times of retention policy.