Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 607 Bytes

LinksQualityAssuranceOverview.md

File metadata and controls

24 lines (18 loc) · 607 Bytes

SiteimproveAPIClient::LinksQualityAssuranceOverview

Properties

Name Type Description Notes
summary Href111 [optional]
check_history Href112 [optional]
groups Href113 [optional]
priority_pages Href114 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::LinksQualityAssuranceOverview.new(
  summary: null,
  check_history: null,
  groups: null,
  priority_pages: null
)