Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 690 Bytes

GroupDetails.md

File metadata and controls

26 lines (20 loc) · 690 Bytes

SiteimproveAPIClient::GroupDetails

Properties

Name Type Description Notes
id Integer Id of the group.
bounce_rate Float The percentage of visitors who left the page. [optional]
group_name String Name of the group. [optional]
page_views Integer Number of page views registered. [optional]
visits Integer Number of visits registered. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::GroupDetails.new(
  id: null,
  bounce_rate: null,
  group_name: null,
  page_views: null,
  visits: null
)