WebApiModulesInventoryCompleteQcCompleteQcItemResponse constructor

WebApiModulesInventoryCompleteQcCompleteQcItemResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. String? inventoryId,
  5. String? iCode,
  6. String? description,
  7. String? conditionId,
  8. String? condition,
  9. String? itemId,
  10. String? itemQcId,
  11. bool? cannotQcItemBecauseOfStatus,
  12. bool? itemDoesNotNeedQc,
  13. bool? showFootCandles,
  14. int? requiredFootCandles,
  15. bool? showSoftwareVersion,
  16. String? requiredSoftwareVersion,
  17. bool? showAssetUsage,
  18. bool? showLampUsage,
  19. bool? showStrikes,
  20. int? lampCount,
})

Implementation

WebApiModulesInventoryCompleteQcCompleteQcItemResponse({
  this.status,
  this.success,
  this.msg,
  this.inventoryId,
  this.iCode,
  this.description,
  this.conditionId,
  this.condition,
  this.itemId,
  this.itemQcId,
  this.cannotQcItemBecauseOfStatus,
  this.itemDoesNotNeedQc,
  this.showFootCandles,
  this.requiredFootCandles,
  this.showSoftwareVersion,
  this.requiredSoftwareVersion,
  this.showAssetUsage,
  this.showLampUsage,
  this.showStrikes,
  this.lampCount,
});