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

Properties

Name Type Description Notes
id Integer The id of the link
url String The URL of the link [optional]
days_since_found Integer Days since the link was found
http_status Integer The HTTP status code of the link [optional]
pages Integer The number of pages the link was found on

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Link404WithIncorrectStatusCode.new(
  id: null,
  url: null,
  days_since_found: null,
  http_status: null,
  pages: null
)