| Name | Type | Description | Notes |
|---|---|---|---|
| event_type | String | Event type | [optional] |
| query_completion | ReportDataSet | [optional] |
require 'ultracart_api'
instance = UltracartClient::ReportWebsocketEvent.new(
event_type: null,
query_completion: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| event_type | String | Event type | [optional] |
| query_completion | ReportDataSet | [optional] |
require 'ultracart_api'
instance = UltracartClient::ReportWebsocketEvent.new(
event_type: null,
query_completion: null
)