UpdateLogin

data class UpdateLogin(val login: String) : ServerSetupIntent(source)

Carries UpdateLogin data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

login

login value consumed by the API.

Constructors

Link copied to clipboard
constructor(login: String)

Properties

Link copied to clipboard