ListDataPointChangesResponse constructor

ListDataPointChangesResponse({
  1. String? dataSourceId,
  2. List<DataPoint>? deletedDataPoint,
  3. List<DataPoint>? insertedDataPoint,
  4. String? nextPageToken,
})

Implementation

ListDataPointChangesResponse({
  this.dataSourceId,
  this.deletedDataPoint,
  this.insertedDataPoint,
  this.nextPageToken,
});