AggregateRequest constructor

AggregateRequest({
  1. List<AggregateBy>? aggregateBy,
  2. BucketByActivity? bucketByActivitySegment,
  3. BucketByActivity? bucketByActivityType,
  4. BucketBySession? bucketBySession,
  5. BucketByTime? bucketByTime,
  6. String? endTimeMillis,
  7. List<String>? filteredDataQualityStandard,
  8. String? startTimeMillis,
})

Implementation

AggregateRequest({
  this.aggregateBy,
  this.bucketByActivitySegment,
  this.bucketByActivityType,
  this.bucketBySession,
  this.bucketByTime,
  this.endTimeMillis,
  this.filteredDataQualityStandard,
  this.startTimeMillis,
});