Class Point (0.1.0)

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

A single data point in a time series.

Attributes

Name Description
event_time google.protobuf.timestamp_pb2.Timestamp
The time which the data point applies.
value float
The value of the data point.