Class TimeInterval (1.12.0)

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

TimeInterval represents a time interval.

Attributes

Name Description
start_time google.protobuf.timestamp_pb2.Timestamp
Optional. The start time of the interval.
end_time google.protobuf.timestamp_pb2.Timestamp
Optional. The end time of the interval.