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

Properties

Name Type Description Notes
id Integer Id of event.
action String Action of the event. [optional]
category String Category of the event. [optional]
events Integer Number of events registered. [optional]
label String Label of the event. [optional]
pages Integer Number of pages the event was registered on.
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Event.new(
  id: null,
  action: null,
  category: null,
  events: null,
  label: null,
  pages: null,
  _links: null
)