Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 738 Bytes

File metadata and controls

30 lines (24 loc) · 738 Bytes

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

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
)