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