indexUsed property
Index name used for the query. During A/B testing, the targeted index isn't always the index used by the query.
Implementation
@JsonKey(name: r'indexUsed')
final String? indexUsed;
Index name used for the query. During A/B testing, the targeted index isn't always the index used by the query.
@JsonKey(name: r'indexUsed')
final String? indexUsed;