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

Properties

Name Type Description Notes
id Integer Id of the broken link.
url String The URL of the page broken link. [optional]
checking_now Boolean Is the page currently being checked.
last_checked Time Timestamp of when this page was last checked.
link_status_changed Time Timestamp of when the status of this broken link last changed.
message String HTTP status message. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PageBrokenLink.new(
  id: null,
  url: null,
  checking_now: null,
  last_checked: null,
  link_status_changed: null,
  message: null
)