Class: Google::Analytics::Data::V1beta::OrderBy::MetricOrderBy
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::OrderBy::MetricOrderBy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/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.
401 402 403 404 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 401 class MetricOrderBy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |