WebApiModulesSettingsVehicleModelVehicleModel constructor

WebApiModulesSettingsVehicleModelVehicleModel({
  1. String? vehicleModelId,
  2. String? vehicleModel,
  3. String? vehicleMakeId,
  4. String? vehicleMake,
  5. String? dateStamp,
  6. String? auditNote,
  7. String? recordTitle,
  8. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  9. List<FwStandardDataFwCustomValue>? custom,
  10. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  11. 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,
});