GoogleCloudApigeeV1Query constructor

GoogleCloudApigeeV1Query({
  1. String? csvDelimiter,
  2. List<String>? dimensions,
  3. String? envgroupHostname,
  4. String? filter,
  5. String? groupByTimeUnit,
  6. int? limit,
  7. List<GoogleCloudApigeeV1QueryMetric>? metrics,
  8. String? name,
  9. String? outputFormat,
  10. String? reportDefinitionId,
  11. Object? timeRange,
})

Implementation

GoogleCloudApigeeV1Query({
  this.csvDelimiter,
  this.dimensions,
  this.envgroupHostname,
  this.filter,
  this.groupByTimeUnit,
  this.limit,
  this.metrics,
  this.name,
  this.outputFormat,
  this.reportDefinitionId,
  this.timeRange,
});