Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 642 Bytes

CategoryActionLabel.md

File metadata and controls

26 lines (20 loc) · 642 Bytes

SiteimproveAPIClient::CategoryActionLabel

Properties

Name Type Description Notes
id Integer Id of label.
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::CategoryActionLabel.new(
  id: null,
  events: null,
  label: null,
  pages: null,
  _links: null
)