Class: Google::Analytics::Admin::V1alpha::ListAccountSummariesResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListAccountSummariesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListAccountSummaries RPC.
Instance Attribute Summary collapse
-
#account_summaries ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AccountSummary>
Account summaries of all accounts the caller has access to.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#account_summaries ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AccountSummary>
Returns Account summaries of all accounts the caller has access to.
536 537 538 539 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 536 class ListAccountSummariesResponse 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.
536 537 538 539 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 536 class ListAccountSummariesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |