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? countryCodeIsoAlpha2,
  16. int? countryCodePhone,
  17. String? zipCode,
  18. String? middleInitial,
  19. String? location,
  20. String? position,
  21. String? officePhone,
  22. String? officeExtension,
  23. String? directPhone,
  24. String? directExtension,
  25. String? fax,
  26. String? faxExtension,
  27. String? pager,
  28. String? pagerPin,
  29. String? mobilePhone,
  30. String? homePhone,
  31. String? email,
  32. String? contactTitleId,
  33. String? contactTitle,
  34. String? activeDate,
  35. String? inactiveDate,
  36. bool? contractEmployee,
  37. bool? inactive,
  38. String? webUserId,
  39. bool? webAccess,
  40. bool? lockAccount,
  41. String? webPassword,
  42. bool? expirePassword,
  43. int? expireDays,
  44. bool? webAdministrator,
  45. bool? changePasswordAtNextLogin,
  46. String? passwordLastUpdated,
  47. String? dateStamp,
  48. String? auditNote,
  49. String? recordTitle,
  50. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  51. List<FwStandardDataFwCustomValue>? custom,
  52. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  53. List<FwStandardDataFwTranslatedValue>? translation,
})

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.countryCodeIsoAlpha2,
  this.countryCodePhone,
  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,
  this.translation,
});