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.



43535
43536
43537
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43535

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



43533
43534
43535
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43533

def benchmarks_products
  @benchmarks_products
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43540
43541
43542
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43540

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