Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 836 Bytes

RedirectChainPagesInfo.md

File metadata and controls

28 lines (22 loc) · 836 Bytes

SiteimproveAPIClient::RedirectChainPagesInfo

Properties

Name Type Description Notes
chain_redirects Integer The number of redirect chains
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_redirects Integer The total number of redirects
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::RedirectChainPagesInfo.new(
  chain_redirects: null,
  complexity: null,
  issue_name: null,
  issue_type: null,
  total_redirects: null,
  _links: null
)