Class: Google::Analytics::Admin::V1alpha::ListRollupPropertySourceLinksResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListRollupPropertySourceLinksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListRollupPropertySourceLinks RPC.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#rollup_property_source_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::RollupPropertySourceLink>
List of RollupPropertySourceLinks.
Instance Attribute Details
#next_page_token ⇒ ::String
2672 2673 2674 2675 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2672 class ListRollupPropertySourceLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollup_property_source_links ⇒ ::Array<::Google::Analytics::Admin::V1alpha::RollupPropertySourceLink>
2672 2673 2674 2675 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2672 class ListRollupPropertySourceLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |