Class: Google::Analytics::Admin::V1alpha::ListAccountsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListAccountsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for ListAccounts RPC.
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array<::Google::Analytics::Admin::V1alpha::Account>
Results that were accessible to the caller.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#accounts ⇒ ::Array<::Google::Analytics::Admin::V1alpha::Account>
Returns Results that were accessible to the caller.
195 196 197 198 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 195 class ListAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
195 196 197 198 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 195 class ListAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |