Class TimeRange (0.11.13)

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

Used for time-dependent conditions.

Attributes

Name Description
start_time google.protobuf.timestamp_pb2.Timestamp
Start of time range. Range is inclusive.
end_time google.protobuf.timestamp_pb2.Timestamp
End of time range. Range is inclusive. Must be in the future.