SiteimproveAPIClient::IssueOnPage Properties Name Type Description Notes conformance String Conformance level (WCAG: A, AA, AAA, or Best practices: ARIA, SI) [optional][default to 'a'] difficulty String Difficulty rating, 1-4 [optional][default to '1'] help Help [optional] occurrences Integer Total number of occurrences of this issue on a site. rule_id Integer Id of the check. Example require 'siteimprove_api_client' instance = SiteimproveAPIClient::IssueOnPage.new( conformance: null, difficulty: null, help: null, occurrences: null, rule_id: null )