SearchQueriesRequest constructor

SearchQueriesRequest({
  1. int? count,
  2. String? cr,
  3. String? cx,
  4. String? dateRestrict,
  5. String? disableCnTwTranslation,
  6. String? exactTerms,
  7. String? excludeTerms,
  8. String? fileType,
  9. String? filter,
  10. String? gl,
  11. String? googleHost,
  12. String? highRange,
  13. String? hl,
  14. String? hq,
  15. String? imgColorType,
  16. String? imgDominantColor,
  17. String? imgSize,
  18. String? imgType,
  19. String? inputEncoding,
  20. String? language,
  21. String? linkSite,
  22. String? lowRange,
  23. String? orTerms,
  24. String? outputEncoding,
  25. String? relatedSite,
  26. String? rights,
  27. String? safe,
  28. String? searchTerms,
  29. String? searchType,
  30. String? siteSearch,
  31. String? siteSearchFilter,
  32. String? sort,
  33. int? startIndex,
  34. int? startPage,
  35. String? title,
  36. String? totalResults,
})

Implementation

SearchQueriesRequest({
  this.count,
  this.cr,
  this.cx,
  this.dateRestrict,
  this.disableCnTwTranslation,
  this.exactTerms,
  this.excludeTerms,
  this.fileType,
  this.filter,
  this.gl,
  this.googleHost,
  this.highRange,
  this.hl,
  this.hq,
  this.imgColorType,
  this.imgDominantColor,
  this.imgSize,
  this.imgType,
  this.inputEncoding,
  this.language,
  this.linkSite,
  this.lowRange,
  this.orTerms,
  this.outputEncoding,
  this.relatedSite,
  this.rights,
  this.safe,
  this.searchTerms,
  this.searchType,
  this.siteSearch,
  this.siteSearchFilter,
  this.sort,
  this.startIndex,
  this.startPage,
  this.title,
  this.totalResults,
});