Weekly Retention Format Response
    data class WeeklyRetentionFormatResponse(val daysOfTheWeek: List<String>? = null, val weeksOfTheMonth: List<String>? = null)
Weekly retention format.
Constructors
Link copied to clipboard
                fun WeeklyRetentionFormatResponse(daysOfTheWeek: List<String>? = null, weeksOfTheMonth: List<String>? = null)