Monthly Retention Schedule Response
data class MonthlyRetentionScheduleResponse(val retentionDuration: RetentionDurationResponse? = null, val retentionScheduleDaily: DailyRetentionFormatResponse? = null, val retentionScheduleFormatType: String? = null, val retentionScheduleWeekly: WeeklyRetentionFormatResponse? = null, val retentionTimes: List<String>? = null)
Monthly retention schedule.
Constructors
Link copied to clipboard
fun MonthlyRetentionScheduleResponse(retentionDuration: RetentionDurationResponse? = null, retentionScheduleDaily: DailyRetentionFormatResponse? = null, retentionScheduleFormatType: String? = null, retentionScheduleWeekly: WeeklyRetentionFormatResponse? = null, retentionTimes: List<String>? = null)