Class Point (0.2.0)

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.

Inheritance

builtins.object > proto.message.Message > Point