Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 863 Bytes

A11YGroups.md

File metadata and controls

30 lines (24 loc) · 863 Bytes

SiteimproveAPIClient::A11YGroups

Properties

Name Type Description Notes
id Integer Internal Group ID
group_name String Group name [optional]
issues Integer Number of issues across all pages in this group
pages Integer Number of pages in this group
pdf_issues Integer Number of pages with PDF issues in this group
potential_issues Integer Number of potential issues across all pages in this group
_links Links18 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::A11YGroups.new(
  id: null,
  group_name: null,
  issues: null,
  pages: null,
  pdf_issues: null,
  potential_issues: null,
  _links: null
)