data property

dynamic data
final

The custom data for the event.

This data must conform to the schema specified in the schema argument, or the event will fail validation and land in bad rows.

Implementation

final dynamic data;