Yearly Retention Schedule Response
    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
                fun YearlyRetentionScheduleResponse(monthsOfYear: List<String>? = null, retentionDuration: RetentionDurationResponse? = null, retentionScheduleDaily: DailyRetentionFormatResponse? = null, retentionScheduleFormatType: String? = null, retentionScheduleWeekly: WeeklyRetentionFormatResponse? = null, retentionTimes: List<String>? = null)