PurgeProductsRequest class

Request message for the PurgeProducts method.

Constructors

PurgeProductsRequest({bool? deleteOrphanProducts, bool? force, ProductSetPurgeConfig? productSetPurgeConfig})
PurgeProductsRequest.fromJson(Map json_)

Properties

deleteOrphanProducts bool?
If delete_orphan_products is true, all Products that are not in any ProductSet will be deleted.
getter/setter pair
force bool?
The default value is false.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
productSetPurgeConfig ProductSetPurgeConfig?
Specify which ProductSet contains the Products to be deleted.
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