Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateHomepageRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::UpdateHomepageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb
Overview
Request message for the UpdateHomepage
method.
Instance Attribute Summary collapse
-
#homepage ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Homepage
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#homepage ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Homepage
Returns Required. The new version of the homepage.
59 60 61 62 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 59 class UpdateHomepageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields being updated.
59 60 61 62 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 59 class UpdateHomepageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |