Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 843 Bytes

InternalBrokenEntryPagesSeoLinksInfo.md

File metadata and controls

28 lines (22 loc) · 843 Bytes

SiteimproveAPIClient::InternalBrokenEntryPagesSeoLinksInfo

Properties

Name Type Description Notes
broken_links Integer The number of broken links found
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::InternalBrokenEntryPagesSeoLinksInfo.new(
  broken_links: null,
  complexity: null,
  issue_name: null,
  issue_type: null,
  total_links: null,
  _links: null
)