additionalItemParameters property

List<ItemParameter>? additionalItemParameters
getter/setter pair

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

Optional.

Implementation

core.List<ItemParameter>? additionalItemParameters;