GoogleCloudRetailV2PurgeProductsRequest class
Request message for PurgeProducts method.
Constructors
- GoogleCloudRetailV2PurgeProductsRequest({String? filter, bool? force})
- GoogleCloudRetailV2PurgeProductsRequest.fromJson(Map json_)
Properties
- filter ↔ String?
-
The filter string to specify the products to be deleted with a length
limit of 5,000 characters.
getter/setter pair
- force ↔ bool?
-
Actually perform the purge.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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