Class: Google::Apps::Events::Subscriptions::V1beta::ListSubscriptionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/events/subscriptions/v1beta/subscriptions_service.rb

Overview

The response message for SubscriptionsService.ListSubscriptions.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



185
186
187
188
# File 'proto_docs/google/apps/events/subscriptions/v1beta/subscriptions_service.rb', line 185

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

#subscriptions::Array<::Google::Apps::Events::Subscriptions::V1beta::Subscription>

Returns List of subscriptions.

Returns:



185
186
187
188
# File 'proto_docs/google/apps/events/subscriptions/v1beta/subscriptions_service.rb', line 185

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