SearchAnalyticsQueryResponse constructor
SearchAnalyticsQueryResponse({
- String? responseAggregationType,
- List<
ApiDataRow> ? rows,
Implementation
SearchAnalyticsQueryResponse({
this.responseAggregationType,
this.rows,
});