class documentation

class ScheduleActionResult: (source)

Constructor: ScheduleActionResult._from_proto(res)

View In Hierarchy

Information about when an action took place.

Class Variable action Action that took place.
Class Variable scheduled_at Scheduled time of the action including jitter.
Class Variable started_at When the action actually started.
Static Method _from_proto Undocumented

Action that took place.

scheduled_at: datetime = (source)

Scheduled time of the action including jitter.

When the action actually started.