HourDetails Class

Properties of an hourly schedule.

Constructor

HourDetails(*, minute: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
minute
int

Minutes of the hour the schedule will run.

Default value: None

Variables

Name Description
minute
int

Minutes of the hour the schedule will run.