FwStandardModulesAdministratorCreateNewSystemCreateNewSystemRequest constructor

const FwStandardModulesAdministratorCreateNewSystemCreateNewSystemRequest({
  1. String? companyName,
  2. String? databaseName,
  3. String? url,
  4. String? applicationPool,
  5. String? sQLServerName,
  6. String? defaultDatabaseName,
  7. String? sQLUserId,
  8. String? sQLPassword,
  9. String? defaultApiPath,
  10. String? defaultApplicationPool,
  11. String? applicationPoolIdentity,
  12. String? applicationPoolUserName,
  13. String? applicationPoolPassword,
})

Implementation

const FwStandardModulesAdministratorCreateNewSystemCreateNewSystemRequest({
  this.companyName,
  this.databaseName,
  this.url,
  this.applicationPool,
  this.sQLServerName,
  this.defaultDatabaseName,
  this.sQLUserId,
  this.sQLPassword,
  this.defaultApiPath,
  this.defaultApplicationPool,
  this.applicationPoolIdentity,
  this.applicationPoolUserName,
  this.applicationPoolPassword,
});