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