Class: Google::Shopping::Merchant::Accounts::V1::UpdateHomepageRequest

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

Instance Attribute Details

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

Returns Required. The new version of the homepage.

Returns:



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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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