eventTime property

String? eventTime
getter/setter pair

The time at which the event occurred.

If provided, this timestamp will be used for ordering events within a stream. If not provided, the server-side ingestion time will be used.

Optional.

Implementation

core.String? eventTime;