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