Class: Google::Shopping::Merchant::Notifications::V1beta::ListNotificationSubscriptionsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Notifications::V1beta::ListNotificationSubscriptionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb
Overview
Request message for the ListNotificationSubscription method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of notification subscriptions to return in a page.
-
#page_token ⇒ ::String
Token (if provided) to retrieve the subsequent page.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
83 84 85 86 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 83 class ListNotificationSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
83 84 85 86 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 83 class ListNotificationSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
83 84 85 86 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 83 class ListNotificationSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |