Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 802 Bytes

LinksStatusCode4xxInfo.md

File metadata and controls

28 lines (22 loc) · 802 Bytes

SiteimproveAPIClient::LinksStatusCode4xxInfo

Properties

Name Type Description Notes
_4xx_links Integer The number of 4xx links
complexity String The complexity of the issue [default to 'none']
issue_name String The name of the issue [optional]
issue_type String The type of issue [default to 'unknown']
total_links Integer The number of links
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::LinksStatusCode4xxInfo.new(
  _4xx_links: null,
  complexity: null,
  issue_name: null,
  issue_type: null,
  total_links: null,
  _links: null
)