CatalogInfoResponseLimits constructor
CatalogInfoResponseLimits({
- int? batchDeleteMaxObjectIds,
- int? batchRetrieveMaxObjectIds,
- int? batchUpsertMaxObjectsPerBatch,
- int? batchUpsertMaxTotalObjects,
- int? searchMaxPageLimit,
- int? updateItemModifierListsMaxModifierListsToDisable,
- int? updateItemModifierListsMaxModifierListsToEnable,
- int? updateItemTaxesMaxTaxesToDisable,
- int? updateItemTaxesMaxTaxesToEnable,
Implementation
CatalogInfoResponseLimits({
this.batchDeleteMaxObjectIds, this.batchRetrieveMaxObjectIds,
this.batchUpsertMaxObjectsPerBatch, this.batchUpsertMaxTotalObjects,
this.searchMaxPageLimit, this.updateItemModifierListsMaxModifierListsToDisable,
this.updateItemModifierListsMaxModifierListsToEnable,
this.updateItemTaxesMaxTaxesToDisable, this.updateItemTaxesMaxTaxesToEnable
});