eventSources property

  1. @JsonKey(name: r'eventSources')
List<String>? eventSources
final

Indices from which to collect click and conversion events. If null, the current index and all its replicas are used.

Implementation

@JsonKey(name: r'eventSources')
final List<String>? eventSources;