Class: Google::Shopping::Merchant::Accounts::V1::UpdateHomepageRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UpdateHomepageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/homepage.rb
Overview
Request message for the UpdateHomepage method.
Instance Attribute Summary collapse
-
#homepage ⇒ ::Google::Shopping::Merchant::Accounts::V1::Homepage
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#homepage ⇒ ::Google::Shopping::Merchant::Accounts::V1::Homepage
Returns Required. The new version of the homepage.
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/homepage.rb', line 73 class UpdateHomepageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
uri.
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/homepage.rb', line 73 class UpdateHomepageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |