SuggestSearchResponseSuggestionGroupsInnerAttributeSuggestionsInner constructor

SuggestSearchResponseSuggestionGroupsInnerAttributeSuggestionsInner({
  1. String? value,
  2. String? name,
  3. String? attributeType,
})

Implementation

SuggestSearchResponseSuggestionGroupsInnerAttributeSuggestionsInner({
  this.value,
  this.name,
  this.attributeType,
});