Class: Google::Shopping::Merchant::Notifications::V1beta::UpdateNotificationSubscriptionRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Notifications::V1beta::UpdateNotificationSubscriptionRequest
- 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
-
#notification_subscription ⇒ ::Google::Shopping::Merchant::Notifications::V1beta::NotificationSubscription
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
List of fields being updated.
Instance Attribute Details
#notification_subscription ⇒ ::Google::Shopping::Merchant::Notifications::V1beta::NotificationSubscription
Returns Required. The new version of the notification subscription that should be updated.
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.
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 |