Class: Google::Shopping::Merchant::Accounts::V1::UpdateEmailPreferencesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/emailpreferences.rb

Overview

Request message for UpdateEmailPreferences method.

Instance Attribute Summary collapse

Instance Attribute Details

#email_preferences::Google::Shopping::Merchant::Accounts::V1::EmailPreferences

Returns Required. Email Preferences to be updated.

Returns:



79
80
81
82
# File 'proto_docs/google/shopping/merchant/accounts/v1/emailpreferences.rb', line 79

class UpdateEmailPreferencesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. List of fields being updated.

The following fields are supported (in both snake_case and lowerCamelCase):

  • news_and_tips.

Returns:

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

    Required. List of fields being updated.

    The following fields are supported (in both snake_case and lowerCamelCase):

    • news_and_tips


79
80
81
82
# File 'proto_docs/google/shopping/merchant/accounts/v1/emailpreferences.rb', line 79

class UpdateEmailPreferencesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end