WebApiModulesAccountServicesAccountGetSettingsRequest constructor

WebApiModulesAccountServicesAccountGetSettingsRequest({
  1. String? webUsersId,
  2. String? departmentId,
  3. String? locationId,
})

Implementation

WebApiModulesAccountServicesAccountGetSettingsRequest({
  this.webUsersId,
  this.departmentId,
  this.locationId,
});