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

Properties

Name Type Description Notes
broken_links Href233 [optional]
broken_links_in_documents Href234 [optional]
known_links Href235 [optional]
known_pages Href236 [optional]
new_links Href237 [optional]
new_pages Href238 [optional]
removed_links Href239 [optional]
removed_pages Href240 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Links55.new(
  broken_links: null,
  broken_links_in_documents: null,
  known_links: null,
  known_pages: null,
  new_links: null,
  new_pages: null,
  removed_links: null,
  removed_pages: null
)