Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 609 Bytes

SummarySeo.md

File metadata and controls

22 lines (16 loc) · 609 Bytes

SiteimproveAPIClient::SummarySeo

Properties

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]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::SummarySeo.new(
  errors: null,
  needs_review: null,
  warnings: null
)