GoogleCloudApigeeV1QueryTimeSeriesStatsResponse constructor

GoogleCloudApigeeV1QueryTimeSeriesStatsResponse({
  1. List<String>? columns,
  2. String? nextPageToken,
  3. List<GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence>? values,
})

Implementation

GoogleCloudApigeeV1QueryTimeSeriesStatsResponse({
  this.columns,
  this.nextPageToken,
  this.values,
});