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::DciOverallScore
Properties
Name | Type | Description | Notes |
---|---|---|---|
a11y | A11y | [optional] | |
accessibility | Accessibility | [optional] | |
qa | Qa | [optional] | |
seo | Seo | [optional] | |
total | Float | Overall DCI score for the entire site. | |
_links | Links45 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::DciOverallScore.new(
a11y: null,
accessibility: null,
qa: null,
seo: null,
total: null,
_links: null
)