events property

List<Event>? events
getter/setter pair

The list of events to send to the specified destinations.

At most 2000 Event resources can be sent in a single request.

Required.

Implementation

core.List<Event>? events;