Class Point (0.3.1)

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

A point in the timeseries.

Attributes

NameDescription
time google.protobuf.timestamp_pb2.Timestamp
The timestamp of the point.
value float
The value of the point.