Skip to main content
Warning This document has not been updated for a while now. It may be out of date.
Last updated: 5 Jul 2023

siteimprove_api_client: SiteimproveAPIClient::LinksSummaryQualityAssurance

Properties

Name Type Description Notes
broken_links Href216 [optional]
misspellings Href217 [optional]
potential_misspellings Href218 [optional]
referring_pages Href219 [optional]
words_to_review Href220 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::LinksSummaryQualityAssurance.new(
  broken_links: null,
  misspellings: null,
  potential_misspellings: null,
  referring_pages: null,
  words_to_review: null
)