DeleteUserProfileResponse

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

DeleteUserProfileResponse

Value parameters

deletedUntil

Date and time when the user profile can be safely considered to be deleted. Any events received after the deletedUntil date start a new user profile.

userToken

Unique pseudonymous or anonymous user identifier. This helps with analytics and click and conversion events. For more information, see user token.

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