WebApiModulesHomeControlsItemAttributeValueMassUpdateItemAttributesRequest constructor

const WebApiModulesHomeControlsItemAttributeValueMassUpdateItemAttributesRequest({
  1. String? sourceItemId,
  2. List<String>? destinationItemIds,
  3. dynamic miscfields,
  4. String? module,
  5. dynamic options,
  6. String? orderby,
  7. String? orderbydirection,
  8. int? top,
  9. int? pageno,
  10. int? pagesize,
  11. List<String>? searchfieldoperators,
  12. List<String>? searchfields,
  13. List<String>? searchfieldvalues,
  14. List<String>? searchfieldtypes,
  15. List<String>? searchseparators,
  16. List<String>? searchcondition,
  17. List<String>? searchconjunctions,
  18. List<int>? searchgroupings,
  19. dynamic uniqueids,
  20. dynamic boundids,
  21. Map<String, dynamic>? filterfields,
  22. String? activeview,
  23. bool? emptyobject,
  24. bool? forexcel,
  25. bool? includeallcolumns,
  26. List<FwStandardModelsCheckBoxListItem>? fields,
  27. List<String>? totalfields,
  28. Map<String, dynamic>? activeviewfields,
})

Implementation

const WebApiModulesHomeControlsItemAttributeValueMassUpdateItemAttributesRequest({
  this.sourceItemId,
  this.destinationItemIds,
  this.miscfields,
  this.module,
  this.options,
  this.orderby,
  this.orderbydirection,
  this.top,
  this.pageno,
  this.pagesize,
  this.searchfieldoperators,
  this.searchfields,
  this.searchfieldvalues,
  this.searchfieldtypes,
  this.searchseparators,
  this.searchcondition,
  this.searchconjunctions,
  this.searchgroupings,
  this.uniqueids,
  this.boundids,
  this.filterfields,
  this.activeview,
  this.emptyobject,
  this.forexcel,
  this.includeallcolumns,
  this.fields,
  this.totalfields,
  this.activeviewfields,
});