Class: Google::Apis::AnalyticsdataV1beta::MetricOrderBy

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticsdata_v1beta/classes.rb,
lib/google/apis/analyticsdata_v1beta/representations.rb,
lib/google/apis/analyticsdata_v1beta/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.



1272
1273
1274
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 1272

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)


1270
1271
1272
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 1270

def metric_name
  @metric_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1277
1278
1279
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 1277

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