models.tags_operation_result module¶
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.
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.