WebApiModulesSettingsUserSearchSettingsUserSearchSettings constructor

const 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. dynamic urlIdentifier,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. FwStandardBusinessLogicFwBusinessLogic? original,
  17. List<FwStandardDataFwTranslatedValue>? translation,
  18. bool? hasImport,
  19. String? createdByUserId,
  20. String? createdByUserName,
  21. String? createdDateTime,
  22. String? modifiedByUserId,
  23. String? modifiedByUserName,
  24. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsUserSearchSettingsUserSearchSettings({
  this.webUserId,
  this.mode,
  this.resultFields,
  this.disableAccessoryAutoExpand,
  this.hideZeroQuantity,
  this.defaultSelect,
  this.defaultSortBy,
  this.expandAccessoryOnQuantityIncrease,
  this.expandAccessoryBehavior,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});