SiteimproveAPIClient::A11y Properties Name Type Description Notes a Float DCI score for pages with Conformance A issues. aa Float DCI score for pages with Conformance AA issues. aaa Float DCI score for pages with Conformance AAA issues. aria Float DCI score for pages with Conformance ARIA issues. si Float DCI score for pages with Best Practices issues. total Float Overall DCI score for Accessibility. Example require 'siteimprove_api_client' instance = SiteimproveAPIClient::A11y.new( a: null, aa: null, aaa: null, aria: null, si: null, total: null )