Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

File metadata and controls

20 lines (14 loc) · 423 Bytes

UltracartClient::ReportWebsocketEvent

Properties

Name Type Description Notes
event_type String Event type [optional]
query_completion ReportDataSet [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ReportWebsocketEvent.new(
  event_type: null,
  query_completion: null
)