UpdateParams

data class UpdateParams(val name: NameData? = null, val untrustedMetadata: Map<String, Any>? = null)

Data class used for wrapping parameters used with User updates

Constructors

Link copied to clipboard
constructor(name: NameData? = null, untrustedMetadata: Map<String, Any>? = null)

Properties

Link copied to clipboard
val name: NameData? = null

the name of the user

Link copied to clipboard

a map of untrusted metadata to assign to the user