PutUsersUserIdResponseChanges

@Serializable
data class PutUsersUserIdResponseChanges(val firstname: String? = null, val passwordEncoded: String? = null)

Parameters

firstname
passwordEncoded

Constructors

Link copied to clipboard
constructor(firstname: String? = null, passwordEncoded: String? = null)

Properties

Link copied to clipboard
val firstname: String? = null
Link copied to clipboard
val passwordEncoded: String? = null