Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListBenchmarksSourcesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListBenchmarksSourcesResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesListBenchmarksSourcesResponse.



43582
43583
43584
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43582

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

Instance Attribute Details

#benchmarks_sourcesArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesBenchmarksSourceMetadata>

The list of available source used to generate benchmarks data for. Corresponds to the JSON property benchmarksSources



43580
43581
43582
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43580

def benchmarks_sources
  @benchmarks_sources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43587
43588
43589
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43587

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