GoogleCloudApigeeV1QueryTabularStatsRequest constructor

GoogleCloudApigeeV1QueryTabularStatsRequest({
  1. List<String>? dimensions,
  2. String? filter,
  3. List<GoogleCloudApigeeV1MetricAggregation>? metrics,
  4. int? pageSize,
  5. String? pageToken,
  6. GoogleTypeInterval? timeRange,
})

Implementation

GoogleCloudApigeeV1QueryTabularStatsRequest({
  this.dimensions,
  this.filter,
  this.metrics,
  this.pageSize,
  this.pageToken,
  this.timeRange,
});