DatafeedsCustomBatchResponse constructor
DatafeedsCustomBatchResponse({
- List<
DatafeedsCustomBatchResponseEntry> ? entries, - String? kind,
Implementation
DatafeedsCustomBatchResponse({this.entries, this.kind});