Class: Google::Apis::AnalyticsdataV1alpha::MetricOrderBy

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticsdata_v1alpha/classes.rb,
lib/google/apis/analyticsdata_v1alpha/representations.rb,
lib/google/apis/analyticsdata_v1alpha/representations.rb

Overview

Sorts by metric values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MetricOrderBy

Returns a new instance of MetricOrderBy.



898
899
900
# File 'lib/google/apis/analyticsdata_v1alpha/classes.rb', line 898

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#metric_nameString

A metric name in the request to order by. Corresponds to the JSON property metricName

Returns:

  • (String)


896
897
898
# File 'lib/google/apis/analyticsdata_v1alpha/classes.rb', line 896

def metric_name
  @metric_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



903
904
905
# File 'lib/google/apis/analyticsdata_v1alpha/classes.rb', line 903

def update!(**args)
  @metric_name = args[:metric_name] if args.key?(:metric_name)
end