Class: Google::Shopping::Merchant::Notifications::V1beta::UpdateNotificationSubscriptionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb

Overview

Request message for the UpdateNotificationSubscription method.

Instance Attribute Summary collapse

Instance Attribute Details

#notification_subscription::Google::Shopping::Merchant::Notifications::V1beta::NotificationSubscription

Returns Required. The new version of the notification subscription that should be updated.

Returns:



55
56
57
58
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 55

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

#update_mask::Google::Protobuf::FieldMask

Returns List of fields being updated.

Returns:



55
56
57
58
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 55

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