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

Properties

Name Type Description Notes
id Integer Id of the document with the broken link.
url String The URL of the document with the broken link. [optional]
broken_links Integer Number of broken links.
checking_now Boolean Is true if page is being checked now; otherwise false.
last_modified Time Timestamp of when the document was last changed. [optional]
page_views Integer Number of times this page has been viewed [optional]
pages Integer Number of pages referring to the document.
_links Links53 [optional]
_siteimprove Siteimprove1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DocumentWithBrokenLink.new(
  id: null,
  url: null,
  broken_links: null,
  checking_now: null,
  last_modified: null,
  page_views: null,
  pages: null,
  _links: null,
  _siteimprove: null
)