SearchAnalyticsQueryResponse constructor

SearchAnalyticsQueryResponse({
  1. Metadata? metadata,
  2. String? responseAggregationType,
  3. List<ApiDataRow>? rows,
})

Implementation

SearchAnalyticsQueryResponse({
  this.metadata,
  this.responseAggregationType,
  this.rows,
});