WebApiModulesSettingsCrewLocationCrewLocation constructor
WebApiModulesSettingsCrewLocationCrewLocation({
- String? crewLocationId,
- String? crewId,
- String? locationId,
- String? location,
- bool? isPrimary,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsCrewLocationCrewLocation({
this.crewLocationId,
this.crewId,
this.locationId,
this.location,
this.isPrimary,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});