lib/algolia/models/insights/converted_object_ids.rb in algolia-3.0.0.alpha.17 vs lib/algolia/models/insights/converted_object_ids.rb in algolia-3.0.0.alpha.18

- old
+ new

@@ -10,10 +10,10 @@ # Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. attr_accessor :event_name attr_accessor :event_type - # Index name to which the event's items belong. + # Index name (case-sensitive) to which the event's items belong. attr_accessor :index # Object IDs of the records that are part of the event. attr_accessor :object_ids