View Source GoogleApi.Content.V21.Model.AccountImageImprovements (google_api_content v0.67.1)

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

Attributes

  • accountImageImprovementsSettings (type: GoogleApi.Content.V21.Model.AccountImageImprovementsSettings.t, default: nil) - 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.
  • effectiveAllowAutomaticImageImprovements (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountImageImprovements{
  accountImageImprovementsSettings:
    GoogleApi.Content.V21.Model.AccountImageImprovementsSettings.t() | nil,
  effectiveAllowAutomaticImageImprovements: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.