Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 462 Bytes

BrowserGraphSlice.md

File metadata and controls

20 lines (14 loc) · 462 Bytes

SiteimproveAPIClient::BrowserGraphSlice

Properties

Name Type Description Notes
data Hash<String, Float> The numeric data value for this point in time. [optional]
timestamp Time Timestamp represented using ISO-8601

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::BrowserGraphSlice.new(
  data: null,
  timestamp: null
)