Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 593 Bytes

A11YSingleIssueHistoryValue.md

File metadata and controls

22 lines (16 loc) · 593 Bytes

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
)