models_v2.cancel_object_runs_result module

class models_v2.cancel_object_runs_result.CancelObjectRunsResult(object_id=None, error_message=None)[source]

Bases: object

Implementation of the ‘CancelObjectRunsResult’ model.

Result after canceling object runs.

Attributes:

object_id (long|int): Specifies the id of the object. error_message (string): Specifies the error message if any error

happens.

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.