AggregateRequest constructor
AggregateRequest({
- List<
AggregateBy> ? aggregateBy, - BucketByActivity? bucketByActivitySegment,
- BucketByActivity? bucketByActivityType,
- BucketBySession? bucketBySession,
- BucketByTime? bucketByTime,
- String? endTimeMillis,
- List<
String> ? filteredDataQualityStandard, - String? startTimeMillis,
Implementation
AggregateRequest({
this.aggregateBy,
this.bucketByActivitySegment,
this.bucketByActivityType,
this.bucketBySession,
this.bucketByTime,
this.endTimeMillis,
this.filteredDataQualityStandard,
this.startTimeMillis,
});