SearchAnalyticsQueryRequest constructor

SearchAnalyticsQueryRequest({
  1. String? aggregationType,
  2. String? dataState,
  3. List<ApiDimensionFilterGroup>? dimensionFilterGroups,
  4. List<String>? dimensions,
  5. String? endDate,
  6. int? rowLimit,
  7. String? searchType,
  8. String? startDate,
  9. int? startRow,
  10. String? type,
})

Implementation

SearchAnalyticsQueryRequest({
  this.aggregationType,
  this.dataState,
  this.dimensionFilterGroups,
  this.dimensions,
  this.endDate,
  this.rowLimit,
  this.searchType,
  this.startDate,
  this.startRow,
  this.type,
});