isopruefi-frontend / api/api-client / Register
Class: Register¶
Defined in: api/api-client.ts:1080
Represents the registration credentials for a new user.
Implements¶
Constructors¶
Constructor¶
new Register(
data?):Register
Defined in: api/api-client.ts:1088
Parameters¶
data?¶
Returns¶
Register
Properties¶
password¶
password:
string
Defined in: api/api-client.ts:1086
Gets or sets the password for the new user.
Implementation of¶
userName¶
userName:
string
Defined in: api/api-client.ts:1083
Gets or sets the username for the new user.
Implementation of¶
Methods¶
init()¶
init(
_data?):void
Defined in: api/api-client.ts:1097
Parameters¶
_data?¶
any
Returns¶
void
toJSON()¶
toJSON(
data?):any
Defined in: api/api-client.ts:1111
Parameters¶
data?¶
any
Returns¶
any
fromJS()¶
staticfromJS(data):Register
Defined in: api/api-client.ts:1104
Parameters¶
data¶
any
Returns¶
Register