mailslurp.model.HTMLValidationResult
Load the model package
Properties
Name | Type | Description | Notes |
---|---|---|---|
isValid | bool | Is HTML validation result valid | |
errors | List | Optional errors resulting from HTML validation | [default to const []] |
warnings | List | Optional warnings resulting from HTML validation | [default to const []] |