Sha256: a1e6e3e2fc288e5727db3d46ce64afb575f5a91bc4fee87c14a36a623cbfa697
Contents?: true
Size: 423 Bytes
Versions: 84
Compression:
Stored size: 423 Bytes
Contents
# UltracartClient::ReportWebsocketEvent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **event_type** | **String** | Event type | [optional] | | **query_completion** | [**ReportDataSet**](ReportDataSet.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportWebsocketEvent.new( event_type: null, query_completion: null ) ```
Version data entries
84 entries across 84 versions & 1 rubygems