ProductSearchParams class

Parameters for a product search request.

Constructors

ProductSearchParams({BoundingPoly? boundingPoly, String? filter, List<String>? productCategories, String? productSet})
ProductSearchParams.fromJson(Map json_)

Properties

boundingPoly BoundingPoly?
The bounding polygon around the area of interest in the image.
getter/setter pair
filter String?
The filtering expression.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
productCategories List<String>?
The list of product categories to search in.
getter/setter pair
productSet String?
The resource name of a ProductSet to be searched for similar images.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited