GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence constructor

GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence({
  1. Map<String, String>? dimensions,
  2. List<List<Object?>>? points,
})

Implementation

GoogleCloudApigeeV1QueryTimeSeriesStatsResponseSequence({
  this.dimensions,
  this.points,
});