DayDetailsResponse

data class DayDetailsResponse(val time: String? = null)

Properties of a daily schedule.

Constructors

Link copied to clipboard
constructor(time: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val time: String? = null

The time of day the schedule will occur.