GoogleCloudApigeeV1OptimizedStatsResponse constructor

GoogleCloudApigeeV1OptimizedStatsResponse({
  1. List<String>? TimeUnit,
  2. GoogleCloudApigeeV1Metadata? metaData,
  3. bool? resultTruncated,
  4. GoogleCloudApigeeV1OptimizedStatsNode? stats,
})

Implementation

GoogleCloudApigeeV1OptimizedStatsResponse({
  this.TimeUnit,
  this.metaData,
  this.resultTruncated,
  this.stats,
});