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

Properties

Name Type Description Notes
id Integer The ID of the broken document link.
url String The URL of the broken document link. [optional]
http_status Integer HTTP status for the broken link. [optional]
is_confirmed Boolean URL was confirmed as broken
last_checked Time Timestamp for when this link was last checked.
link_status_changed Time When a change in the link status was last detected.
message String HTTP status message. [optional]
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::BrokenPageLink.new(
  id: null,
  url: null,
  http_status: null,
  is_confirmed: null,
  last_checked: null,
  link_status_changed: null,
  message: null,
  _links: null
)