WebApiModulesAgentProjectContactProjectContact constructor

const WebApiModulesAgentProjectContactProjectContact({
  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. dynamic urlIdentifier,
  32. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  33. List<FwStandardDataFwCustomValue>? custom,
  34. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  35. FwStandardBusinessLogicFwBusinessLogic? original,
  36. List<FwStandardDataFwTranslatedValue>? translation,
  37. bool? hasImport,
  38. bool? hasDocuments,
  39. String? createdByUserId,
  40. String? createdByUserName,
  41. String? createdDateTime,
  42. String? modifiedByUserId,
  43. String? modifiedByUserName,
  44. String? modifiedDateTime,
})

Implementation

const WebApiModulesAgentProjectContactProjectContact({
  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.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});