GoogleCloudRetailV2SearchResponseFacetFacetValue constructor
GoogleCloudRetailV2SearchResponseFacetFacetValue({
- String? count,
- GoogleCloudRetailV2Interval? interval,
- double? maxValue,
- double? minValue,
- String? value,
Implementation
GoogleCloudRetailV2SearchResponseFacetFacetValue({
this.count,
this.interval,
this.maxValue,
this.minValue,
this.value,
});