WebApiModulesSettingsUserSearchSettingsUserSearchSettings constructor

WebApiModulesSettingsUserSearchSettingsUserSearchSettings({
  1. String? webUserId,
  2. String? mode,
  3. String? resultFields,
  4. bool? disableAccessoryAutoExpand,
  5. bool? hideZeroQuantity,
  6. String? defaultSelect,
  7. String? defaultSortBy,
  8. bool? expandAccessoryOnQuantityIncrease,
  9. String? expandAccessoryBehavior,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsUserSearchSettingsUserSearchSettings({
  this.webUserId,
  this.mode,
  this.resultFields,
  this.disableAccessoryAutoExpand,
  this.hideZeroQuantity,
  this.defaultSelect,
  this.defaultSortBy,
  this.expandAccessoryOnQuantityIncrease,
  this.expandAccessoryBehavior,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});