ListFacetAttributesResponse constructor
ListFacetAttributesResponse({
- List<
FacetAttribute> ? attributes, - String? nextToken,
Implementation
ListFacetAttributesResponse({
this.attributes,
this.nextToken,
});