WebApiModulesInventoryCompleteQcCompleteQcItemResponse constructor
WebApiModulesInventoryCompleteQcCompleteQcItemResponse({
- int? status,
- bool? success,
- String? msg,
- String? inventoryId,
- String? iCode,
- String? description,
- String? conditionId,
- String? condition,
- String? itemId,
- String? itemQcId,
- bool? cannotQcItemBecauseOfStatus,
- bool? itemDoesNotNeedQc,
- bool? showFootCandles,
- int? requiredFootCandles,
- bool? showSoftwareVersion,
- String? requiredSoftwareVersion,
- bool? showAssetUsage,
- bool? showLampUsage,
- bool? showStrikes,
- 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,
});