Skip to main content
Warning This document has not been updated for a while now. It may be out of date.
Last updated: 5 Jul 2023

siteimprove_api_client: 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
)