Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse

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.ListBenchmarksProducts.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse.



43607
43608
43609
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43607

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

Instance Attribute Details

#benchmarks_productsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata>

The list of products available for benchmarks data. Corresponds to the JSON property benchmarksProducts



43605
43606
43607
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43605

def benchmarks_products
  @benchmarks_products
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43612
43613
43614
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43612

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