GoogleCloudApigeeV1QueryTimeSeriesStatsRequest constructor

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

Implementation

GoogleCloudApigeeV1QueryTimeSeriesStatsRequest({
  this.dimensions,
  this.filter,
  this.metrics,
  this.pageSize,
  this.pageToken,
  this.timeRange,
  this.timestampOrder,
  this.windowSize,
});