ListDataPointsResponse constructor

ListDataPointsResponse({
  1. List<DataPoint>? dataPoints,
  2. String? nextPageToken,
})

Implementation

ListDataPointsResponse({this.dataPoints, this.nextPageToken});