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::LinksAnalyticsVisitors
Properties
Name | Type | Description | Notes |
---|---|---|---|
browsers | Href105 | [optional] | |
countries | Href106 | [optional] | |
devices | Href107 | [optional] | |
operating_systems | Href108 | [optional] | |
organisations | Href109 | [optional] | |
screen_resolutions | Href110 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksAnalyticsVisitors.new(
browsers: null,
countries: null,
devices: null,
operating_systems: null,
organisations: null,
screen_resolutions: null
)