Name | Type | Description | Notes |
---|---|---|---|
errors | Integer | The number of error issues detected for this page. | [optional] |
needs_review | Integer | The number of "needs review" issues detected for this page. | [optional] |
warnings | Integer | The number of warning issues detected for this page. | [optional] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::SummarySeo.new(
errors: null,
needs_review: null,
warnings: null
)