class documentation

class ScheduleListInfo: (source)

Constructor: ScheduleListInfo._from_proto(info)

View In Hierarchy

Information about a listed schedule.

Class Variable next_action_times Next scheduled action times.
Class Variable recent_actions Most recent actions, oldest first.
Static Method _from_proto Undocumented
next_action_times: Sequence[datetime] = (source)

Next scheduled action times.

This may be a smaller amount than present on ScheduleDescription.info.

Most recent actions, oldest first.

This may be a smaller amount than present on ScheduleDescription.info.