SearchRequest constructor

SearchRequest({
  1. List<ContextAttribute>? contextAttributes,
  2. List<DataSourceRestriction>? dataSourceRestrictions,
  3. List<FacetOptions>? facetOptions,
  4. int? pageSize,
  5. String? query,
  6. QueryInterpretationOptions? queryInterpretationOptions,
  7. RequestOptions? requestOptions,
  8. SortOptions? sortOptions,
  9. int? start,
})

Implementation

SearchRequest({
  this.contextAttributes,
  this.dataSourceRestrictions,
  this.facetOptions,
  this.pageSize,
  this.query,
  this.queryInterpretationOptions,
  this.requestOptions,
  this.sortOptions,
  this.start,
});