Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 644 Bytes

EventCategory.md

File metadata and controls

26 lines (20 loc) · 644 Bytes

SiteimproveAPIClient::EventCategory

Properties

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

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::EventCategory.new(
  id: null,
  category: null,
  events: null,
  pages: null,
  _links: null
)