Method: Algolia::Insights::AddedToCartObjectIDs.attribute_map

Defined in:
lib/algolia/models/insights/added_to_cart_object_ids.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# File 'lib/algolia/models/insights/added_to_cart_object_ids.rb', line 43

def self.attribute_map
  {
    :event_name => :eventName,
    :event_type => :eventType,
    :event_subtype => :eventSubtype,
    :index => :index,
    :object_ids => :objectIDs,
    :user_token => :userToken,
    :authenticated_user_token => :authenticatedUserToken,
    :currency => :currency,
    :object_data => :objectData,
    :timestamp => :timestamp,
    :value => :value
  }
end