BaseSearchResponse constructor
const
BaseSearchResponse({
- int? abTestID,
- int? abTestVariantID,
- String? aroundLatLng,
- String? automaticRadius,
- Exhaustive? exhaustive,
- List<
Object> ? appliedRules, - bool? exhaustiveFacetsCount,
- bool? exhaustiveNbHits,
- bool? exhaustiveTypo,
- Map<
String, Map< ? facets,String, int> > - Map<
String, FacetStats> ? facetsStats, - String? index,
- String? indexUsed,
- String? message,
- int? nbSortedHits,
- String? parsedQuery,
- required int processingTimeMS,
- Object? processingTimingsMS,
- String? queryAfterRemoval,
- Redirect? redirect,
- RenderingContent? renderingContent,
- int? serverTimeMS,
- String? serverUsed,
- Object? userData,
- String? queryID,
- bool? automaticInsights,
- Map<
String, dynamic> additionalProperties = const {},
Returns a new BaseSearchResponse instance.
Implementation
const BaseSearchResponse({
this.abTestID,
this.abTestVariantID,
this.aroundLatLng,
this.automaticRadius,
this.exhaustive,
this.appliedRules,
this.exhaustiveFacetsCount,
this.exhaustiveNbHits,
this.exhaustiveTypo,
this.facets,
this.facetsStats,
this.index,
this.indexUsed,
this.message,
this.nbSortedHits,
this.parsedQuery,
required this.processingTimeMS,
this.processingTimingsMS,
this.queryAfterRemoval,
this.redirect,
this.renderingContent,
this.serverTimeMS,
this.serverUsed,
this.userData,
this.queryID,
this.automaticInsights,
Map<String, dynamic> additionalProperties = const {},
}) : super(additionalProperties);