GoogleCloudRetailV2AddFulfillmentPlacesRequest class
Request message for ProductService.AddFulfillmentPlaces method.
Constructors
-
GoogleCloudRetailV2AddFulfillmentPlacesRequest({String? addTime, bool? allowMissing, List<
String> ? placeIds, String? type}) - GoogleCloudRetailV2AddFulfillmentPlacesRequest.fromJson(Map json_)
Properties
- addTime ↔ String?
-
The time when the fulfillment updates are issued, used to prevent
out-of-order updates on fulfillment information.
getter/setter pair
- allowMissing ↔ bool?
-
If set to true, and the Product is not found, the fulfillment information
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> ? -
The IDs for this type, such as the store IDs for "pickup-in-store" or the
region IDs for "same-day-delivery" to be added for this type.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The fulfillment type, including commonly used types (such as pickup in
store and same day delivery), and custom types.
getter/setter pair
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