AccountImageImprovements class

This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays.

If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: Automatic image improvements

Constructors

AccountImageImprovements({AccountImageImprovementsSettings? accountImageImprovementsSettings, bool? effectiveAllowAutomaticImageImprovements})
AccountImageImprovements.fromJson(Map json_)

Properties

accountImageImprovementsSettings AccountImageImprovementsSettings?
Determines how the images should be automatically updated.
getter/setter pair
effectiveAllowAutomaticImageImprovements bool?
The effective value of allow_automatic_image_improvements.
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