CatalogInfoResponseLimits constructor

CatalogInfoResponseLimits({
  1. int? batchDeleteMaxObjectIds,
  2. int? batchRetrieveMaxObjectIds,
  3. int? batchUpsertMaxObjectsPerBatch,
  4. int? batchUpsertMaxTotalObjects,
  5. int? searchMaxPageLimit,
  6. int? updateItemModifierListsMaxModifierListsToDisable,
  7. int? updateItemModifierListsMaxModifierListsToEnable,
  8. int? updateItemTaxesMaxTaxesToDisable,
  9. int? updateItemTaxesMaxTaxesToEnable,
})

Implementation

CatalogInfoResponseLimits({
  this.batchDeleteMaxObjectIds, this.batchRetrieveMaxObjectIds,
  this.batchUpsertMaxObjectsPerBatch, this.batchUpsertMaxTotalObjects,
  this.searchMaxPageLimit, this.updateItemModifierListsMaxModifierListsToDisable,
  this.updateItemModifierListsMaxModifierListsToEnable,
  this.updateItemTaxesMaxTaxesToDisable, this.updateItemTaxesMaxTaxesToEnable
});