Class: Google::Shopping::Merchant::Notifications::V1beta::ListNotificationSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Notifications::V1beta::ListNotificationSubscriptionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb
Overview
Response message for the ListNotificationSubscription method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#notification_subscriptions ⇒ ::Array<::Google::Shopping::Merchant::Notifications::V1beta::NotificationSubscription>
The list of notification subscriptions requested by the merchant.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
96 97 98 99 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 96 class ListNotificationSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notification_subscriptions ⇒ ::Array<::Google::Shopping::Merchant::Notifications::V1beta::NotificationSubscription>
Returns The list of notification subscriptions requested by the merchant.
96 97 98 99 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 96 class ListNotificationSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |