models.tags_operation_result module

class models.tags_operation_result.TagsOperationResult(doc_errors=None)[source]

Bases: object

Implementation of the ‘TagsOperationResult’ model.

TagsOperationResult specifies the result of tagging operation.

Attributes: doc_errors (list of DocError): DocErrors are document errors incurred in

yoda service while tagging.

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.