eventTime property

String? eventTime
getter/setter pair

Request the cursor of the first message with event time greater than or equal to event_time.

If messages are missing an event time, the publish time is used as a fallback. As event times are user supplied, subsequent messages may have event times less than event_time and should be filtered by the client, if necessary.

Implementation

core.String? eventTime;