Class: Google::Analytics::Admin::V1alpha::ListChannelGroupsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListChannelGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListChannelGroups RPC.
Instance Attribute Summary collapse
-
#channel_groups ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ChannelGroup>
List of ChannelGroup.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#channel_groups ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ChannelGroup>
Returns List of ChannelGroup. These will be ordered stably, but in an arbitrary order.
2072 2073 2074 2075 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2072 class ListChannelGroupsResponse 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.
2072 2073 2074 2075 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2072 class ListChannelGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |