WebApiModulesAgentProjectProject constructor

WebApiModulesAgentProjectProject({
  1. String? projectId,
  2. String? projectNumber,
  3. String? project,
  4. String? officeLocationId,
  5. String? officeLocation,
  6. String? warehouseId,
  7. String? warehouse,
  8. String? departmentId,
  9. String? department,
  10. String? dealId,
  11. String? deal,
  12. String? status,
  13. String? statusDate,
  14. String? projectManagerId,
  15. String? projectManager,
  16. String? agentId,
  17. String? agent,
  18. String? primaryContact,
  19. String? requestedBy,
  20. String? outsideSalesRepresentativeId,
  21. String? outsideSalesRepresentative,
  22. String? projectDescription,
  23. bool? rental,
  24. bool? sales,
  25. bool? facilities,
  26. bool? labor,
  27. bool? miscellaneous,
  28. bool? transportation,
  29. bool? rentalSale,
  30. String? pickDate,
  31. String? pickTime,
  32. String? estimatedStartDate,
  33. String? estimatedStartTime,
  34. String? estimatedStopDate,
  35. String? estimatedStopTime,
  36. bool? ccPrimaryApproverWhenEmailingBackupApprover,
  37. bool? inactive,
  38. String? dateStamp,
  39. String? auditNote,
  40. String? recordTitle,
  41. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  42. List<FwStandardDataFwCustomValue>? custom,
  43. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  44. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesAgentProjectProject({
  this.projectId,
  this.projectNumber,
  this.project,
  this.officeLocationId,
  this.officeLocation,
  this.warehouseId,
  this.warehouse,
  this.departmentId,
  this.department,
  this.dealId,
  this.deal,
  this.status,
  this.statusDate,
  this.projectManagerId,
  this.projectManager,
  this.agentId,
  this.agent,
  this.primaryContact,
  this.requestedBy,
  this.outsideSalesRepresentativeId,
  this.outsideSalesRepresentative,
  this.projectDescription,
  this.rental,
  this.sales,
  this.facilities,
  this.labor,
  this.miscellaneous,
  this.transportation,
  this.rentalSale,
  this.pickDate,
  this.pickTime,
  this.estimatedStartDate,
  this.estimatedStartTime,
  this.estimatedStopDate,
  this.estimatedStopTime,
  this.ccPrimaryApproverWhenEmailingBackupApprover,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});