Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 475 Bytes

Occurrence.md

File metadata and controls

18 lines (12 loc) · 475 Bytes

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
)