InventoryRetrievalJobInput constructor

InventoryRetrievalJobInput({
  1. String? endDate,
  2. String? limit,
  3. String? marker,
  4. String? startDate,
})

Implementation

InventoryRetrievalJobInput({
  this.endDate,
  this.limit,
  this.marker,
  this.startDate,
});