Skip to main content
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::AccessibilityGroupsOverview

Properties

Name Type Description Notes
id Integer Internal group id
a_issues Integer Number of A issues for the pages handled by this group
aa_issues Integer Number of AA issues for the pages handled by this group
aaa_issues Integer Number of AAA issues for the pages handled by this group
group_name String Name of the group [optional]
pages Integer Number of pages handled by the group
pdf_issues Integer Number of pages with PDF Issues for pages handled by this group
users Integer Number of users with access to this group
_links Links20 [optional]
_siteimprove Siteimprove1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::AccessibilityGroupsOverview.new(
  id: null,
  a_issues: null,
  aa_issues: null,
  aaa_issues: null,
  group_name: null,
  pages: null,
  pdf_issues: null,
  users: null,
  _links: null,
  _siteimprove: null
)