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

Turning on item updates allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown.

Attributes

  • accountItemUpdatesSettings (type: GoogleApi.Content.V21.Model.AccountItemUpdatesSettings.t, default: nil) - Determines which attributes of the items 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.
  • effectiveAllowAvailabilityUpdates (type: boolean(), default: nil) - Output only. The effective value of allow_availability_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.
  • effectiveAllowConditionUpdates (type: boolean(), default: nil) - Output only. The effective value of allow_condition_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.
  • effectiveAllowPriceUpdates (type: boolean(), default: nil) - Output only. The effective value of allow_price_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.
  • effectiveAllowStrictAvailabilityUpdates (type: boolean(), default: nil) - Output only. The effective value of allow_strict_availability_updates. If account_item_updates_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.AccountItemUpdates{
  accountItemUpdatesSettings:
    GoogleApi.Content.V21.Model.AccountItemUpdatesSettings.t() | nil,
  effectiveAllowAvailabilityUpdates: boolean() | nil,
  effectiveAllowConditionUpdates: boolean() | nil,
  effectiveAllowPriceUpdates: boolean() | nil,
  effectiveAllowStrictAvailabilityUpdates: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.