Class: Google::Apps::Events::Subscriptions::V1::ListSubscriptionsResponse

Inherits:
Object
  • Object
show all
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

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.



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.

Returns:



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