abTestVariantID property
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;
Variant ID. This is only included in the response for indices that are part of an A/B test.
// minimum: 1
@JsonKey(name: r'abTestVariantID')
final int? abTestVariantID;