models_v2.progress_task_event module

class models_v2.progress_task_event.ProgressTaskEvent(message=None, occured_at_usecs=None)[source]

Bases: object

Implementation of the ‘ProgressTaskEvent’ model.

Specifies the details about the various events which are created during the execution of Progress Task.

Attributes:
message (string): Specifies the log message describing the current

event.

occured_at_usecs (long|int): Specifies the time of the event occurance

in Unix epoch Timestamp(in microseconds).

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.