Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateHomepageRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#homepage::Google::Shopping::Merchant::Accounts::V1beta::Homepage

Returns Required. The new version of the homepage.

Returns:



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.

Returns:



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