Class TimestampRange (2.3.0)

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

Message representing a period of time between two timestamps. .. attribute:: start_time

Begin of the period (inclusive).

:type: google.protobuf.timestamp_pb2.Timestamp

Attribute

NameDescription
end_time google.protobuf.timestamp_pb2.Timestamp
End of the period (exclusive).