abTestID property

  1. @JsonKey(name: r'abTestID')
int? abTestID
final

A/B test ID. This is only included in the response for indices that are part of an A/B test.

Implementation

@JsonKey(name: r'abTestID')
final int? abTestID;