Show / Hide Table of Contents

Class AutomaticImageImprovements

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

Inheritance
object
AutomaticImageImprovements
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AutomaticImageImprovements : IDirectResponseSchema

Properties

AccountImageImprovementsSettings

Optional. Determines how the images should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.

Declaration
[JsonProperty("accountImageImprovementsSettings")]
public virtual ImageImprovementsAccountLevelSettings AccountImageImprovementsSettings { get; set; }
Property Value
Type Description
ImageImprovementsAccountLevelSettings

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EffectiveAllowAutomaticImageImprovements

Output only. The effective value of allow_automatic_image_improvements. If account_image_improvements_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.

Declaration
[JsonProperty("effectiveAllowAutomaticImageImprovements")]
public virtual bool? EffectiveAllowAutomaticImageImprovements { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX