GoogleCloudRetailV2RemoveLocalInventoriesRequest class
Request message for ProductService.RemoveLocalInventories method.
Constructors
-
GoogleCloudRetailV2RemoveLocalInventoriesRequest({bool? allowMissing, List<
String> ? placeIds, String? removeTime}) - GoogleCloudRetailV2RemoveLocalInventoriesRequest.fromJson(Map json_)
Properties
- allowMissing ↔ bool?
-
If set to true, and the Product is not found, the local inventory removal
request will still be processed and retained for at most 1 day and
processed once the Product is created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
placeIds
↔ List<
String> ? -
A list of place IDs to have their inventory deleted.
getter/setter pair
- removeTime ↔ String?
-
The time when the inventory deletions are issued.
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