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

Properties

Name Type Description Notes
id Integer Id of the document with this specific broken link.
url String The URL of the document with this specific broken link. [optional]
checking_now Boolean Is true if page is being checked now; otherwise false.
occurs_on_pages String List of pages on where the broken link can be found in the document. [optional]
pages Integer Number of pages referring to the document.
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DocumentWithSpecificBrokenLink.new(
  id: null,
  url: null,
  checking_now: null,
  occurs_on_pages: null,
  pages: null,
  _links: null
)