Sha256: f3b71c03dff697428d98ec5f0c8b9e0996c02a403c68aa066adfe42d3c2b6e77
Contents?: true
Size: 738 Bytes
Versions: 181
Compression:
Stored size: 738 Bytes
Contents
# UltracartClient::ConversationEventRRWeb ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | **String** | | [optional] | | **data_part** | **Integer** | | [optional] | | **data_sha256** | **String** | | [optional] | | **data_total_parts** | **Integer** | | [optional] | | **data_total_sha256** | **String** | | [optional] | | **event_index** | **Integer** | | [optional] | | **type** | **String** | Type of event | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEventRRWeb.new( data: null, data_part: null, data_sha256: null, data_total_parts: null, data_total_sha256: null, event_index: null, type: null ) ```
Version data entries
181 entries across 181 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.47.rc | docs/ConversationEventRRWeb.md |