# UltracartClient::ReportWebsocketEvent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **event_type** | **String** | Event type | [optional] | | **query_completion** | [**ReportDataSetSummary**](ReportDataSetSummary.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportWebsocketEvent.new( event_type: null, query_completion: null ) ```