GetDataSourceIndexStatsResponse constructor
GetDataSourceIndexStatsResponse({
- String? averageIndexedItemCount,
- List<
DataSourceIndexStats> ? stats,
Implementation
GetDataSourceIndexStatsResponse({
this.averageIndexedItemCount,
this.stats,
});