HourDetailsResponse

data class HourDetailsResponse(val minute: Int? = null)

Properties of an hourly schedule.

Constructors

Link copied to clipboard
constructor(minute: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minute: Int? = null

Minutes of the hour the schedule will run.