WebApiModulesInventoryRepairToggleRepairCompleteResponse constructor
WebApiModulesInventoryRepairToggleRepairCompleteResponse({
- WebApiModulesInventoryRepairRepair? repair,
- int? status,
- bool? success,
- String? msg,
Implementation
WebApiModulesInventoryRepairToggleRepairCompleteResponse({
this.repair,
this.status,
this.success,
this.msg,
});