SearchQueriesRequest constructor
SearchQueriesRequest({
- int? count,
- String? cr,
- String? cx,
- String? dateRestrict,
- String? disableCnTwTranslation,
- String? exactTerms,
- String? excludeTerms,
- String? fileType,
- String? filter,
- String? gl,
- String? googleHost,
- String? highRange,
- String? hl,
- String? hq,
- String? imgColorType,
- String? imgDominantColor,
- String? imgSize,
- String? imgType,
- String? inputEncoding,
- String? language,
- String? linkSite,
- String? lowRange,
- String? orTerms,
- String? outputEncoding,
- String? rights,
- String? safe,
- String? searchTerms,
- String? searchType,
- String? siteSearch,
- String? siteSearchFilter,
- String? sort,
- int? startIndex,
- int? startPage,
- String? title,
- 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,
});