customData property

  1. @JsonKey(name: 'customData')
CustomData customData
final

Free-form data that can be used to enrich the analytics data. If customData is specified in SourceMetadata and DefaultMetadata data is merged on a field basis with SourceMetadata taking precedence.

Implementation

@JsonKey(name: 'customData')
final CustomData customData;