point property

List<DataPoint>? point
getter/setter pair

A partial list of data points contained in the dataset, ordered by endTimeNanos.

This list is considered complete when retrieving a small dataset and partial when patching a dataset or retrieving a dataset that is too large to include in a single response.

Implementation

core.List<DataPoint>? point;