AccountItemUpdatesSettings class
Settings for the Automatic Item Updates.
Constructors
- AccountItemUpdatesSettings({bool? allowAvailabilityUpdates, bool? allowConditionUpdates, bool? allowPriceUpdates, bool? allowStrictAvailabilityUpdates})
- AccountItemUpdatesSettings.fromJson(Map json_)
Properties
- allowAvailabilityUpdates ↔ bool?
-
If availability updates are enabled, any previous availability values get
overwritten if Google finds an out-of-stock annotation on the offer's
page.
getter/setter pair
- allowConditionUpdates ↔ bool?
-
If condition updates are enabled, Google always updates item condition
with the condition detected from the details of your product.
getter/setter pair
- allowPriceUpdates ↔ bool?
-
If price updates are enabled, Google always updates the active price with
the crawled information.
getter/setter pair
- allowStrictAvailabilityUpdates ↔ bool?
-
If allow_availability_updates is enabled, items are automatically updated
in all your Shopping target countries.
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