WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse constructor

WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse({
  1. WebApiLogicAppFuncSessionLocation? location,
  2. WebApiLogicAppFuncSessionWarehouse? warehouse,
  3. WebApiLogicAppFuncSessionDepartment? department,
  4. WebApiLogicAppFuncSessionUser? webUser,
  5. WebApiLogicAppFuncSessionDeal? deal,
  6. FwStandardAppManagerFwAmSecurityTreeNode? applicationtree,
  7. dynamic applicationOptions,
  8. String? clientcode,
  9. String? serverVersion,
  10. WebApiModulesAccountServicesAccountSystemSettingsResponse? systemSettings,
  11. dynamic plugins,
})

Implementation

WebApiModulesAccountServicesAccountAccountControllerGetSessionResponse({
  this.location,
  this.warehouse,
  this.department,
  this.webUser,
  this.deal,
  this.applicationtree,
  this.applicationOptions,
  this.clientcode,
  this.serverVersion,
  this.systemSettings,
  this.plugins,
});