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::A11YSingleIssueHistoryValue

Properties

Name Type Description Notes
number_of_pages Integer How many pages there are on the site in total.
occurrences Integer How many occcurrences of this issue there are on the site in total.
timestamp Time Timestamp for data point.

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::A11YSingleIssueHistoryValue.new(
  number_of_pages: null,
  occurrences: null,
  timestamp: null
)