Show / Hide Table of Contents

Class AccountImageImprovements

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
AccountImageImprovements
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountImageImprovements : IDirectResponseSchema

Properties

AccountImageImprovementsSettings

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

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

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