Class: Google::Analytics::Admin::V1alpha::ListPropertiesResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListPropertiesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListProperties RPC.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#properties ⇒ ::Array<::Google::Analytics::Admin::V1alpha::Property>
Results that matched the filter criteria and were accessible to the caller.
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.
309 310 311 312 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 309 class ListPropertiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#properties ⇒ ::Array<::Google::Analytics::Admin::V1alpha::Property>
Returns Results that matched the filter criteria and were accessible to the caller.
309 310 311 312 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 309 class ListPropertiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |