DatafeedsCustomBatchResponse constructor

DatafeedsCustomBatchResponse({
  1. List<DatafeedsCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

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