WebApiModulesSettingsLaborSettingsCrewCrew constructor
WebApiModulesSettingsLaborSettingsCrewCrew({
- String? crewId,
- String? userId,
- bool? isUser,
- String? salutation,
- String? nameFirstMiddleLast,
- String? person,
- String? lastName,
- String? firstName,
- String? address1,
- String? address2,
- String? city,
- String? state,
- String? countryId,
- String? country,
- String? countryCodeIsoAlpha2,
- int? countryCodePhone,
- String? zipCode,
- String? middleInitial,
- String? location,
- String? position,
- String? officePhone,
- String? officeExtension,
- String? directPhone,
- String? directExtension,
- String? fax,
- String? faxExtension,
- String? pager,
- String? pagerPin,
- String? mobilePhone,
- String? homePhone,
- String? email,
- String? contactTitleId,
- String? contactTitle,
- String? activeDate,
- String? inactiveDate,
- bool? contractEmployee,
- bool? inactive,
- String? webUserId,
- bool? webAccess,
- bool? lockAccount,
- String? webPassword,
- bool? expirePassword,
- int? expireDays,
- bool? webAdministrator,
- bool? changePasswordAtNextLogin,
- String? passwordLastUpdated,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});