WebApiModulesInventoryRepairRepairDocument constructor

WebApiModulesInventoryRepairRepairDocument({
  1. String? repairId,
  2. bool? copying,
  3. String? documentId,
  4. String? documentTypeId,
  5. String? uniqueId1,
  6. String? uniqueId2,
  7. int? uniqueId1Int,
  8. String? description,
  9. String? inputByUsersId,
  10. String? attachDate,
  11. String? attachTime,
  12. bool? attachToEmail,
  13. bool? inactive,
  14. String? dateStamp,
  15. String? extension,
  16. String? documentType,
  17. String? inputBy,
  18. bool? hasImage,
  19. bool? hasFile,
  20. int? appImageCount,
  21. bool? fileIsModified,
  22. String? fileDataUrl,
  23. String? filePath,
  24. String? auditNote,
  25. String? recordTitle,
  26. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  27. List<FwStandardDataFwCustomValue>? custom,
  28. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  29. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesInventoryRepairRepairDocument({
  this.repairId,
  this.copying,
  this.documentId,
  this.documentTypeId,
  this.uniqueId1,
  this.uniqueId2,
  this.uniqueId1Int,
  this.description,
  this.inputByUsersId,
  this.attachDate,
  this.attachTime,
  this.attachToEmail,
  this.inactive,
  this.dateStamp,
  this.extension,
  this.documentType,
  this.inputBy,
  this.hasImage,
  this.hasFile,
  this.appImageCount,
  this.fileIsModified,
  this.fileDataUrl,
  this.filePath,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});