GoogleCloudApigeeV1CustomReport constructor

GoogleCloudApigeeV1CustomReport({
  1. String? chartType,
  2. List<String>? comments,
  3. String? createdAt,
  4. List<String>? dimensions,
  5. String? displayName,
  6. String? environment,
  7. String? filter,
  8. String? fromTime,
  9. String? lastModifiedAt,
  10. String? lastViewedAt,
  11. String? limit,
  12. List<GoogleCloudApigeeV1CustomReportMetric>? metrics,
  13. String? name,
  14. String? offset,
  15. String? organization,
  16. List<GoogleCloudApigeeV1ReportProperty>? properties,
  17. List<String>? sortByCols,
  18. String? sortOrder,
  19. List<String>? tags,
  20. String? timeUnit,
  21. String? toTime,
  22. String? topk,
})

Implementation

GoogleCloudApigeeV1CustomReport({
  this.chartType,
  this.comments,
  this.createdAt,
  this.dimensions,
  this.displayName,
  this.environment,
  this.filter,
  this.fromTime,
  this.lastModifiedAt,
  this.lastViewedAt,
  this.limit,
  this.metrics,
  this.name,
  this.offset,
  this.organization,
  this.properties,
  this.sortByCols,
  this.sortOrder,
  this.tags,
  this.timeUnit,
  this.toTime,
  this.topk,
});