Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsResponse

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

Response message for BenchmarksService.GenerateBenchmarksMetrics.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateBenchmarksMetricsResponse.



41377
41378
41379
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41377

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

Instance Attribute Details

#average_benchmarks_metricsGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMetrics

All metrics returned against a criteria. Corresponds to the JSON property averageBenchmarksMetrics



41370
41371
41372
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41370

def average_benchmarks_metrics
  @average_benchmarks_metrics
end

#customer_metricsGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMetrics

All metrics returned against a criteria. Corresponds to the JSON property customerMetrics



41375
41376
41377
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41375

def customer_metrics
  @customer_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41382
41383
41384
41385
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41382

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