models_v2.cancel_object_runs_results module

class models_v2.cancel_object_runs_results.CancelObjectRunsResults(results=None)[source]

Bases: object

Implementation of the ‘CancelObjectRunsResults’ model.

Results after canceling object runs. If no errors happen, this will not be returned.

Attributes:
results (list of CancelObjectRunsResult): Specifies results after

canceling object runs.

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.