WebApiModulesSettingsUserSearchSettingsUserSearchSettings constructor
WebApiModulesSettingsUserSearchSettingsUserSearchSettings({
- String? webUserId,
- String? mode,
- String? resultFields,
- bool? disableAccessoryAutoExpand,
- bool? hideZeroQuantity,
- String? defaultSelect,
- String? defaultSortBy,
- bool? expandAccessoryOnQuantityIncrease,
- String? expandAccessoryBehavior,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});