Class Point (0.1.5)

Point(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A point in the timeseries. .. attribute:: time

The timestamp of the point.

:type: google.protobuf.timestamp_pb2.Timestamp

Attribute

NameDescription
value float
The value of the point.