Class: Google::Analytics::Admin::V1alpha::AccessOrderBy::MetricOrderBy
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AccessOrderBy::MetricOrderBy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/access_report.rb
Overview
Sorts by metric values.
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
A metric name in the request to order by.
Instance Attribute Details
#metric_name ⇒ ::String
Returns A metric name in the request to order by.
250 251 252 253 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 250 class MetricOrderBy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |