WebApiModulesContainersContainerLookupScannableItemRentalInventoryResponse constructor

WebApiModulesContainersContainerLookupScannableItemRentalInventoryResponse({
  1. String? inventoryId,
  2. String? description,
})

Implementation

WebApiModulesContainersContainerLookupScannableItemRentalInventoryResponse({
  this.inventoryId,
  this.description,
});