Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 886 Bytes

PageIssue.md

File metadata and controls

30 lines (24 loc) · 886 Bytes

SiteimproveAPIClient::PageIssue

Properties

Name Type Description Notes
check_id Integer Id of the accessibility check
count Integer Number of occurrences of the issue
criterion String The WCAG Criterion Chapter [optional]
issue_name String Issue name [optional]
priority String Priority of the issue [default to 'aaa']
role String The type of the issue [optional][default to 'editorial']
severity String Severity of the issue [default to 'review']

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PageIssue.new(
  check_id: null,
  count: null,
  criterion: null,
  issue_name: null,
  priority: null,
  role: null,
  severity: null
)