Name | Type | Description | Notes |
---|---|---|---|
bounce_rate | Float | Bounce rate for the given time | [optional] |
timestamp | Time | Timestamp represented using ISO-8601 | |
visits | Float | Amount of visits for the given time | [optional] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::CampaignsSummaryGraphItem.new(
bounce_rate: null,
timestamp: null,
visits: null
)