Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 753 Bytes

LabelAction.md

File metadata and controls

28 lines (22 loc) · 753 Bytes

SiteimproveAPIClient::LabelAction

Properties

Name Type Description Notes
id Integer Id of category/action pair for the selected label.
action String Action of the event. [optional]
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 Links3 [optional]

Example

require 'siteimprove_api_client'

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