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.



44072
44073
44074
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44072

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



44070
44071
44072
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44070

def average_rate_metrics
  @average_rate_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



44077
44078
44079
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44077

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