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

Properties

Name Type Description Notes
mode String Indicate how this occurrence shall be shown in the page content. [default to 'content']
occurrences Array<Occurrence> List of identification of each occurrence. [optional]
total Integer Total number of occurrences. The list of occurrences may be restricted an dso this number will describe the actual, total number of occurrences found.

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::OccurrenceInfo.new(
  mode: null,
  occurrences: null,
  total: null
)