SetUserPropertyRequest

data class SetUserPropertyRequest(key: String, value: String, update: Boolean?)

Properties

key
Link copied to clipboard
val key: String

The key for the user property

update
Link copied to clipboard
val update: Boolean?

If true, an already existing peroperty with the same key will be overwritten

value
Link copied to clipboard
val value: String

The value to set the user property to