GoogleCloudRetailV2SearchResponse constructor
GoogleCloudRetailV2SearchResponse({
- List<
String> ? appliedControls, - String? attributionToken,
- String? correctedQuery,
- List<
GoogleCloudRetailV2ExperimentInfo> ? experimentInfo, - List<
GoogleCloudRetailV2SearchResponseFacet> ? facets, - List<
GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec> ? invalidConditionBoostSpecs, - String? nextPageToken,
- GoogleCloudRetailV2SearchResponseQueryExpansionInfo? queryExpansionInfo,
- String? redirectUri,
- List<
GoogleCloudRetailV2SearchResponseSearchResult> ? results, - int? totalSize,
Implementation
GoogleCloudRetailV2SearchResponse({
this.appliedControls,
this.attributionToken,
this.correctedQuery,
this.experimentInfo,
this.facets,
this.invalidConditionBoostSpecs,
this.nextPageToken,
this.queryExpansionInfo,
this.redirectUri,
this.results,
this.totalSize,
});