models.protection_run_errors module¶
-
class
models.protection_run_errors.
ProtectionRunErrors
(errors=None, file_names=None, pagination_cookie=None)[source]¶ Bases:
object
Implementation of the ‘ProtectionRunErrors’ model.
TODO: type model description here.
- Attributes:
- errors (list of RequestError): Specifies the list of errors
encountered by a task during a protection run.
- file_names (list of string): Specifies the list of filenames with
errors encountered by a task during a protection run.
- pagination_cookie (string): Specifies the cookie for next set of
results.
-
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.