WebApiModulesSettingsLaborSettingsCrewCrew constructor

WebApiModulesSettingsLaborSettingsCrewCrew({
  1. String? crewId,
  2. String? userId,
  3. bool? isUser,
  4. String? salutation,
  5. String? nameFirstMiddleLast,
  6. String? person,
  7. String? lastName,
  8. String? firstName,
  9. String? address1,
  10. String? address2,
  11. String? city,
  12. String? state,
  13. String? countryId,
  14. String? country,
  15. String? zipCode,
  16. String? middleInitial,
  17. String? location,
  18. String? position,
  19. String? officePhone,
  20. String? officeExtension,
  21. String? directPhone,
  22. String? directExtension,
  23. String? fax,
  24. String? faxExtension,
  25. String? pager,
  26. String? pagerPin,
  27. String? mobilePhone,
  28. String? homePhone,
  29. String? email,
  30. String? contactTitleId,
  31. String? contactTitle,
  32. String? activeDate,
  33. String? inactiveDate,
  34. bool? contractEmployee,
  35. bool? inactive,
  36. String? webUserId,
  37. bool? webAccess,
  38. bool? lockAccount,
  39. String? webPassword,
  40. bool? expirePassword,
  41. int? expireDays,
  42. bool? webAdministrator,
  43. bool? changePasswordAtNextLogin,
  44. String? passwordLastUpdated,
  45. String? dateStamp,
  46. String? auditNote,
  47. String? recordTitle,
  48. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  49. List<FwStandardDataFwCustomValue>? custom,
  50. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesSettingsLaborSettingsCrewCrew({
  this.crewId,
  this.userId,
  this.isUser,
  this.salutation,
  this.nameFirstMiddleLast,
  this.person,
  this.lastName,
  this.firstName,
  this.address1,
  this.address2,
  this.city,
  this.state,
  this.countryId,
  this.country,
  this.zipCode,
  this.middleInitial,
  this.location,
  this.position,
  this.officePhone,
  this.officeExtension,
  this.directPhone,
  this.directExtension,
  this.fax,
  this.faxExtension,
  this.pager,
  this.pagerPin,
  this.mobilePhone,
  this.homePhone,
  this.email,
  this.contactTitleId,
  this.contactTitle,
  this.activeDate,
  this.inactiveDate,
  this.contractEmployee,
  this.inactive,
  this.webUserId,
  this.webAccess,
  this.lockAccount,
  this.webPassword,
  this.expirePassword,
  this.expireDays,
  this.webAdministrator,
  this.changePasswordAtNextLogin,
  this.passwordLastUpdated,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});