additionalEventParameters property

List<EventParameter>? additionalEventParameters
getter/setter pair

A bucket of any event parameters to be included within the event that were not already specified using other structured fields.

Optional.

Implementation

core.List<EventParameter>? additionalEventParameters;