Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 729 Bytes

SummarySeov2.md

File metadata and controls

24 lines (18 loc) · 729 Bytes

SiteimproveAPIClient::SummarySeov2

Properties

Name Type Description Notes
content_issues Integer Number of content issues detected for this page. [optional]
mobile_issues Integer Number of mobile issues detected for this page. [optional]
technical_issues Integer Number of technical issues detected for this page. [optional]
ux_issues Integer Number of UX issues detected for this page. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::SummarySeov2.new(
  content_issues: null,
  mobile_issues: null,
  technical_issues: null,
  ux_issues: null
)