GoogleCloudApigeeV1OptimizedStatsResponse constructor
GoogleCloudApigeeV1OptimizedStatsResponse({
- List<
String> ? TimeUnit, - GoogleCloudApigeeV1Metadata? metaData,
- bool? resultTruncated,
- GoogleCloudApigeeV1OptimizedStatsNode? stats,
Implementation
GoogleCloudApigeeV1OptimizedStatsResponse({
this.TimeUnit,
this.metaData,
this.resultTruncated,
this.stats,
});