Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMetrics

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

Overview

All metrics returned against a criteria.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMetrics

Returns a new instance of GoogleAdsSearchads360V23ServicesMetrics.



43379
43380
43381
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43379

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

Instance Attribute Details

#average_rate_metricsGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesRateMetrics

Average rate metrics. Metrics that represent monetary values are returned in USD by default, if unspecified in the request. Corresponds to the JSON property averageRateMetrics



43377
43378
43379
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43377

def average_rate_metrics
  @average_rate_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43384
43385
43386
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43384

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