RegionalinventoryCustomBatchResponse constructor

RegionalinventoryCustomBatchResponse({
  1. List<RegionalinventoryCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

RegionalinventoryCustomBatchResponse({
  this.entries,
  this.kind,
});