AccountItemUpdates class Null safety
Turning on item updates allows Google to automatically update items for you.
When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown.
Constructors
- AccountItemUpdates({AccountItemUpdatesSettings? accountItemUpdatesSettings, bool? effectiveAllowAvailabilityUpdates, bool? effectiveAllowConditionUpdates, bool? effectiveAllowPriceUpdates, bool? effectiveAllowStrictAvailabilityUpdates})
- AccountItemUpdates.fromJson(Map json_)
Properties
- accountItemUpdatesSettings ↔ AccountItemUpdatesSettings?
-
Determines which attributes of the items should be automatically updated.
read / write
- effectiveAllowAvailabilityUpdates ↔ bool?
-
The effective value of allow_availability_updates.
read / write
- effectiveAllowConditionUpdates ↔ bool?
-
The effective value of allow_condition_updates.
read / write
- effectiveAllowPriceUpdates ↔ bool?
-
The effective value of allow_price_updates.
read / write
- effectiveAllowStrictAvailabilityUpdates ↔ bool?
-
The effective value of allow_strict_availability_updates.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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