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

Properties

Name Type Description Notes
_404_links Integer Links returning correct 404
complexity String The complexity of the issue [default to 'none']
incorrect_404_links Integer The number of links which is "soft" 404
issue_name String The name of the issue [optional]
issue_type String The type of issue [default to 'unknown']
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::LinksStatusCodeCorrect404Info.new(
  _404_links: null,
  complexity: null,
  incorrect_404_links: null,
  issue_name: null,
  issue_type: null,
  _links: null
)