GoogleCloudApigeeV1SecurityReportQuery constructor

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

Implementation

GoogleCloudApigeeV1SecurityReportQuery({
  this.csvDelimiter,
  this.dimensions,
  this.displayName,
  this.envgroupHostname,
  this.filter,
  this.groupByTimeUnit,
  this.limit,
  this.metrics,
  this.mimeType,
  this.reportDefinitionId,
  this.timeRange,
});