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::Browser

Properties

Name Type Description Notes
bounce_rate Float The percentage of visitors who left the page. [optional]
browser_name String Name of the browser [optional]
visits Integer Number of visits registered. [optional]
_links Links40 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Browser.new(
  bounce_rate: null,
  browser_name: null,
  visits: null,
  _links: null
)