WebApiModulesSettingsVehicleModelVehicleModel constructor
WebApiModulesSettingsVehicleModelVehicleModel({
- String? vehicleModelId,
- String? vehicleModel,
- String? vehicleMakeId,
- String? vehicleMake,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsVehicleModelVehicleModel({
this.vehicleModelId,
this.vehicleModel,
this.vehicleMakeId,
this.vehicleMake,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});