Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 742 Bytes

File metadata and controls

28 lines (22 loc) · 742 Bytes

UltracartClient::ScreenRecordingPageViewEvent

Properties

Name Type Description Notes
name String [optional]
params Array<ScreenRecordingPageViewEventParameter> [optional]
prior_page_view Boolean [optional]
sub_text String [optional]
timestamp String Timestamp of the event [optional]
ts Integer [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ScreenRecordingPageViewEvent.new(
  name: null,
  params: null,
  prior_page_view: null,
  sub_text: null,
  timestamp: null,
  ts: null
)