Class: Google::Apps::Events::Subscriptions::V1::ListSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Apps::Events::Subscriptions::V1::ListSubscriptionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/events/subscriptions/v1/subscriptions_service.rb
Overview
The response message for SubscriptionsService.ListSubscriptions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#subscriptions ⇒ ::Array<::Google::Apps::Events::Subscriptions::V1::Subscription>
List of subscriptions.
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.
179 180 181 182 |
# File 'proto_docs/google/apps/events/subscriptions/v1/subscriptions_service.rb', line 179 class ListSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subscriptions ⇒ ::Array<::Google::Apps::Events::Subscriptions::V1::Subscription>
Returns List of subscriptions.
179 180 181 182 |
# File 'proto_docs/google/apps/events/subscriptions/v1/subscriptions_service.rb', line 179 class ListSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |