WeeklyRetentionFormatResponse

data class WeeklyRetentionFormatResponse(val daysOfTheWeek: List<String>? = null, val weeksOfTheMonth: List<String>? = null)

Weekly retention format.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

List of days of the week.

Link copied to clipboard

List of weeks of month.