minimumEventTime property

String? minimumEventTime
getter/setter pair

The minimum event timestamp across these messages.

For the purposes of this computation, if a message does not have an event time, we use the publish time. The timestamp will be unset if there are no messages.

Implementation

core.String? minimumEventTime;