WebApiModulesHomeControlsRepairReleaseRepairRelease constructor

WebApiModulesHomeControlsRepairReleaseRepairRelease({
  1. String? repairReleaseId,
  2. String? repairId,
  3. String? releaseDate,
  4. String? usersId,
  5. String? releasedBy,
  6. double? releaseQuantity,
  7. bool? staging,
  8. String? dateStamp,
  9. String? auditNote,
  10. String? recordTitle,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsRepairReleaseRepairRelease({
  this.repairReleaseId,
  this.repairId,
  this.releaseDate,
  this.usersId,
  this.releasedBy,
  this.releaseQuantity,
  this.staging,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});