DailyRetentionFormatResponse

data class DailyRetentionFormatResponse(val daysOfTheMonth: List<DayResponse>? = null)

Daily retention format.

Constructors

Link copied to clipboard
constructor(daysOfTheMonth: List<DayResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of days of the month.