WebApiModulesHomeControlsProjectContactProjectContact constructor

WebApiModulesHomeControlsProjectContactProjectContact({
  1. int? projectContactId,
  2. String? projectId,
  3. String? contactId,
  4. String? nameFml,
  5. String? nameLfm,
  6. String? person,
  7. String? personColor,
  8. String? firstName,
  9. String? middleInitial,
  10. String? lastName,
  11. String? contactTitle,
  12. String? officePhone,
  13. String? officeExtension,
  14. String? mobilePhone,
  15. String? email,
  16. String? pager,
  17. String? pagerPin,
  18. String? jobTitle,
  19. String? contactTitleId,
  20. String? companyContactId,
  21. String? companyId,
  22. bool? isPrimary,
  23. String? countryId,
  24. bool? isProjectFor,
  25. bool? isProductionContact,
  26. bool? isPrintable,
  27. bool? contactOnProject,
  28. bool? inactive,
  29. String? auditNote,
  30. String? recordTitle,
  31. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  32. List<FwStandardDataFwCustomValue>? custom,
  33. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  34. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsProjectContactProjectContact({
  this.projectContactId,
  this.projectId,
  this.contactId,
  this.nameFml,
  this.nameLfm,
  this.person,
  this.personColor,
  this.firstName,
  this.middleInitial,
  this.lastName,
  this.contactTitle,
  this.officePhone,
  this.officeExtension,
  this.mobilePhone,
  this.email,
  this.pager,
  this.pagerPin,
  this.jobTitle,
  this.contactTitleId,
  this.companyContactId,
  this.companyId,
  this.isPrimary,
  this.countryId,
  this.isProjectFor,
  this.isProductionContact,
  this.isPrintable,
  this.contactOnProject,
  this.inactive,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});