ScheduleHourlyRecurrence

data class ScheduleHourlyRecurrence(val minute: Int)

Constructors

Link copied to clipboard
constructor(minute: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minute: Int

Minutes of the hour the schedule will run.