Class TimestampRange (1.0.2)

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

Message representing a period of time between two timestamps.

Attributes

NameDescription
start_time .timestamp.Timestamp
Begin of the period (inclusive).
end_time .timestamp.Timestamp
End of the period (exclusive).