UpdatePassword

data class UpdatePassword(val password: String) : ServerSetupIntent(source)

Carries UpdatePassword data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

password

password value consumed by the API.

Constructors

Link copied to clipboard
constructor(password: String)

Properties

Link copied to clipboard