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::Occurrence
Properties
Name | Type | Description | Notes |
---|---|---|---|
highlights | Array<HighlightInfo> | Array of highlighting info for each of the issues found by ContentCheck used for identifying the HTML elements causing the issues. | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::Occurrence.new(
highlights: null
)