Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse
- 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
-
#benchmarks_products ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata>
The list of products available for benchmarks data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksProductsResponse.
42842 42843 42844 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42842 def initialize(**args) update!(**args) end |
Instance Attribute Details
#benchmarks_products ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata>
The list of products available for benchmarks data.
Corresponds to the JSON property benchmarksProducts
42840 42841 42842 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42840 def benchmarks_products @benchmarks_products end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42847 42848 42849 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42847 def update!(**args) @benchmarks_products = args[:benchmarks_products] if args.key?(:benchmarks_products) end |