# DocumentValidationResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**document_is_valid** | **bool** | True if the document is valid and has no errors, false otherwise | [optional] 
**password_protected** | **bool** | True if the document is password protected, false otherwise | [optional] 
**error_count** | **int** | Number of validation errors found in the document | [optional] 
**warning_count** | **int** | Number of validation warnings found in the document | [optional] 
**errors_and_warnings** | [**\Swagger\Client\Model\DocumentValidationError[]**](DocumentValidationError.md) | Details of errors and warnings found | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


