Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 642 Bytes

SeoSummaryIssue.md

File metadata and controls

24 lines (18 loc) · 642 Bytes

SiteimproveAPIClient::SeoSummaryIssue

Properties

Name Type Description Notes
affected_pages Integer The number of pages affected by SEO issues.
issues Integer The number of SEO issues.
severity String The severity of this issue: error, warning, review. [default to 'review']
_links Links17 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::SeoSummaryIssue.new(
  affected_pages: null,
  issues: null,
  severity: null,
  _links: null
)