ProductstatusesCustomBatchResponse constructor

ProductstatusesCustomBatchResponse({
  1. List<ProductstatusesCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

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