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::LinksQualityAssuranceLinks

Properties

Name Type Description Notes
broken_links Href129 [optional]
broken_links_in_documents Href130 [optional]
documents_with_broken_links Href131 [optional]
history Href132 [optional]
ignored_links Href133 [optional]
pages_with_broken_links Href134 [optional]
unsafe_domains Href135 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::LinksQualityAssuranceLinks.new(
  broken_links: null,
  broken_links_in_documents: null,
  documents_with_broken_links: null,
  history: null,
  ignored_links: null,
  pages_with_broken_links: null,
  unsafe_domains: null
)