Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.41 KB

IgnoredItemDecision.md

File metadata and controls

40 lines (34 loc) · 1.41 KB

SiteimproveAPIClient::IgnoredItemDecision

Properties

Name Type Description Notes
chapter String WCAG chapter describing the issue you're making a decision for [optional]
check String WCAG chapter description [optional]
check_id Integer Check enumerator
created_by String Decision made by [optional]
created_ts Time Decision made at date [optional]
decided_for String Scope of the decision [default to 'entire_site']
note String Optional note which the user can fill out with a description of why this SEO issue was ignored. [optional]
priority String WCAG issue priority [default to 'aaa']
severity String WCAG issue severity [default to 'review']
subtype String Decision type [default to 'ignored']
_links Links3 [optional]
_siteimprove Siteimprove1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::IgnoredItemDecision.new(
  chapter: null,
  check: null,
  check_id: null,
  created_by: null,
  created_ts: null,
  decided_for: null,
  note: null,
  priority: null,
  severity: null,
  subtype: null,
  _links: null,
  _siteimprove: null
)