GoogleCloudApigeeV1QueryTabularStatsRequest constructor
      
      GoogleCloudApigeeV1QueryTabularStatsRequest({ 
    
    
- List<
String> ? dimensions, - String? filter,
 - List<
GoogleCloudApigeeV1MetricAggregation> ? metrics, - int? pageSize,
 - String? pageToken,
 - GoogleTypeInterval? timeRange,
 
Implementation
GoogleCloudApigeeV1QueryTabularStatsRequest({
  this.dimensions,
  this.filter,
  this.metrics,
  this.pageSize,
  this.pageToken,
  this.timeRange,
});