DayResponse

data class DayResponse(val date: Int? = null, val isLast: Boolean? = null)

Day of the week.

Constructors

Link copied to clipboard
constructor(date: Int? = null, isLast: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val date: Int? = null

Date of the month

Link copied to clipboard
val isLast: Boolean? = null

Whether Date is last date of month