abTestVariantID property

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

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

Implementation

// minimum: 1
@JsonKey(name: r'abTestVariantID')
final int? abTestVariantID;