DeleteUserProfileResponse

algoliasearch.personalization.DeleteUserProfileResponse
case class DeleteUserProfileResponse(userToken: String, deletedUntil: String)

DeleteUserProfileResponse

Value parameters

deletedUntil

A date until which the data can safely be considered as deleted for the given user. Any data received after the deletedUntil date will start building a new user profile.

userToken

userToken representing the user for which to fetch the Personalization profile.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product