Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 416 Bytes

EventGraphSlice.md

File metadata and controls

20 lines (14 loc) · 416 Bytes

SiteimproveAPIClient::EventGraphSlice

Properties

Name Type Description Notes
events Integer Number of events registered.
timestamp Time Timestamp represented using ISO-8601

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::EventGraphSlice.new(
  events: null,
  timestamp: null
)