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

Properties

Name Type Description Notes
id Integer Id of note (if present).
ignored_by String The name of the user who ignored this SEO issue. [optional]
ignored_time Time The time when this SEO issue was ignored. [optional]
issue_type String The type of this issue. [default to 'duplicate_page_title']
issues Integer The number of SEO issues of this type that was ignored. [optional]
note String Optional note which the user can fill out with a description of why this SEO issue was ignored. [optional]
severity String Issue severity: error, warning, review. [default to 'review']
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::IgnoredIssues.new(
  id: null,
  ignored_by: null,
  ignored_time: null,
  issue_type: null,
  issues: null,
  note: null,
  severity: null,
  _links: null
)