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