AutomaticImprovements class
Collection of information related to the automatic improvements of an account.
Constructors
- AutomaticImprovements.new({AutomaticImageImprovements? imageImprovements, AutomaticItemUpdates? itemUpdates, String? name, AutomaticShippingImprovements? shippingImprovements})
- AutomaticImprovements.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageImprovements ↔ AutomaticImageImprovements?
-
This improvement will attempt to automatically correct submitted images if
they don't meet the
image requirements,
for example, removing overlays.
getter/setter pair
- itemUpdates ↔ AutomaticItemUpdates?
-
Turning on
item updates allows
Google to automatically update items for you.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingImprovements ↔ AutomaticShippingImprovements?
-
Not available for
advanced accounts.
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