Sha256: fed47a7e5efb6633ee491291eac35a80d251d96a6b95c9841c86f97560526e0b

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

# 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
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultracart_api-4.0.143 docs/ReportWebsocketEvent.md