values property

List<double>? values
final

The data points for the metric corresponding to Timestamps. The number of values always matches the number of timestamps and the timestamp for Valuesx is Timestampsx.

Implementation

final List<double>? values;