GoogleCloudRetailV2SearchResponseFacet constructor
GoogleCloudRetailV2SearchResponseFacet({
- bool? dynamicFacet,
- String? key,
- List<
GoogleCloudRetailV2SearchResponseFacetFacetValue> ? values,
Implementation
GoogleCloudRetailV2SearchResponseFacet({
this.dynamicFacet,
this.key,
this.values,
});