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::OperatingSystem
Properties
Name | Type | Description | Notes |
---|---|---|---|
bounce_rate | Float | The percentage of visitors who left the page. | [optional] |
is_unknown | Boolean | Is the operating system unknown. | |
os_family | String | The OS family (ie. "Windows", "Android", "Linux" etc.) | [optional] |
visits | Integer | Number of visits registered. | [optional] |
_links | Links40 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::OperatingSystem.new(
bounce_rate: null,
is_unknown: null,
os_family: null,
visits: null,
_links: null
)