Class: Google::Analytics::Data::V1alpha::OrderBy::MetricOrderBy
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::OrderBy::MetricOrderBy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.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.
339 340 341 342 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 339 class MetricOrderBy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |