RollUpDataPointsRequest constructor

RollUpDataPointsRequest({
  1. String? dataSourceFamily,
  2. int? pageSize,
  3. String? pageToken,
  4. Interval? range,
  5. String? windowSize,
})

Implementation

RollUpDataPointsRequest({
  this.dataSourceFamily,
  this.pageSize,
  this.pageToken,
  this.range,
  this.windowSize,
});