GoogleCloudApigeeV1CustomReport constructor
GoogleCloudApigeeV1CustomReport({
- String? chartType,
- List<
String> ? comments, - String? createdAt,
- List<
String> ? dimensions, - String? displayName,
- String? environment,
- String? filter,
- String? fromTime,
- String? lastModifiedAt,
- String? lastViewedAt,
- String? limit,
- List<
GoogleCloudApigeeV1CustomReportMetric> ? metrics, - String? name,
- String? offset,
- String? organization,
- List<
GoogleCloudApigeeV1ReportProperty> ? properties, - List<
String> ? sortByCols, - String? sortOrder,
- List<
String> ? tags, - String? timeUnit,
- String? toTime,
- 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,
});