Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 764 Bytes

Organisation.md

File metadata and controls

28 lines (22 loc) · 764 Bytes

SiteimproveAPIClient::Organisation

Properties

Name Type Description Notes
id Integer Id of organisation.
ip_addresses Integer IP address of the visitor.
organisation String Name of organisation visiting the web site. [optional]
pages Integer Number of pages the event was registered on.
visits Integer Number of visits registered. [optional]
_links Links43 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Organisation.new(
  id: null,
  ip_addresses: null,
  organisation: null,
  pages: null,
  visits: null,
  _links: null
)