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

- old
+ new

@@ -22,10 +22,10 @@ attr_accessor :user_token # Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). attr_accessor :authenticated_user_token - # Timestamp of the event in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time). By default, the Insights API uses the time it receives an event as its timestamp. + # Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp. attr_accessor :timestamp class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values