Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 693 Bytes

ParameterValue.md

File metadata and controls

26 lines (20 loc) · 693 Bytes

SiteimproveAPIClient::ParameterValue

Properties

Name Type Description Notes
id Integer Id of parameter value.
pages Integer Number of pages the event was registered on.
value String Value of the parameter. [optional]
visits_of_parent Integer Number of visits registered (within the parent item). [optional]
_links Links25 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ParameterValue.new(
  id: null,
  pages: null,
  value: null,
  visits_of_parent: null,
  _links: null
)