eventDateTime property

String? eventDateTime
getter/setter pair

Timestamp at which the event happened.

The format is YYYY-MM-DD HH:MM:SS[+/-HH:MM], where [+/-HH:MM] is an optional timezone offset from UTC. If the offset is absent, the API will use the account's timezone as default.

Required.

Implementation

core.String? eventDateTime;