Class: Google::Analytics::Admin::V1alpha::ListCustomDimensionsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListCustomDimensionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for ListCustomDimensions RPC.
Instance Attribute Summary collapse
-
#custom_dimensions ⇒ ::Array<::Google::Analytics::Admin::V1alpha::CustomDimension>
List of CustomDimensions.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#custom_dimensions ⇒ ::Array<::Google::Analytics::Admin::V1alpha::CustomDimension>
Returns List of CustomDimensions.
1313 1314 1315 1316 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1313 class ListCustomDimensionsResponse 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.
1313 1314 1315 1316 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1313 class ListCustomDimensionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |