Class: Google::Shopping::Merchant::Accounts::V1::AutomaticImprovements
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::AutomaticImprovements
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb
Overview
Collection of information related to the automatic improvements of an account.
Instance Attribute Summary collapse
-
#image_improvements ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticImageImprovements
This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays.
-
#item_updates ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticItemUpdates
Turning on item updates allows Google to automatically update items for you.
-
#name ⇒ ::String
Identifier.
-
#shipping_improvements ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticShippingImprovements
Not available for advanced accounts.
Instance Attribute Details
#image_improvements ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticImageImprovements
66 67 68 69 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 66 class AutomaticImprovements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#item_updates ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticItemUpdates
66 67 68 69 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 66 class AutomaticImprovements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
66 67 68 69 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 66 class AutomaticImprovements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shipping_improvements ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticShippingImprovements
66 67 68 69 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 66 class AutomaticImprovements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |