eventTime property

String? eventTime
getter/setter pair

Time when the event occurred.

If not provided, the time when the event was received by the Error Reporting system is used. If provided, the time must not exceed the logs retention period in the past, or be more than 24 hours in the future. If an invalid time is provided, then an error is returned.

Optional.

Implementation

core.String? eventTime;