Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 600 Bytes

Browser.md

File metadata and controls

24 lines (18 loc) · 600 Bytes

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
)