projects/m2-core/src/lib/core/service/user/requests/GenerateAccountsRequest.ts
Properties |
|
constructor(namePrefix: string, fromIdx: number, toIdx: number, password: string, areScadmins)
|
| Public areScadmins |
Default value : false
|
| Public fromIdx |
Type : number
|
| Public namePrefix |
Type : string
|
| Public password |
Type : string
|
| Public toIdx |
Type : number
|